Skip to content

Commit ddcc74d

Browse files
authored
fix
1 parent 603e76a commit ddcc74d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/scripts/build-macos.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source .github/scripts/retry.sh
55

66
CHECK_SHA256=.github/scripts/check_sha256.sh
77

8-
brew install pkg-config meson
8+
brew install pkg-config meson python-packaging
99

1010
# General note:
1111
# Apple guarantees forward, but not backward ABI compatibility unless
@@ -75,9 +75,6 @@ make -j
7575
make install
7676
popd
7777

78-
# Install packaging into system python (used by meson in glib build)
79-
python3 -m pip install packaging
80-
8178
# Install glib (lensfun dependency)
8279
curl -L --retry 3 -o glib.tar.xz https://download.gnome.org/sources/glib/2.79/glib-2.79.1.tar.xz
8380
$CHECK_SHA256 glib.tar.xz b3764dd6e29b664085921dd4dd6ba2430fc19760ab6857ecfa3ebd4e8c1d114c

0 commit comments

Comments
 (0)