We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 603e76a commit ddcc74dCopy full SHA for ddcc74d
.github/scripts/build-macos.sh
@@ -5,7 +5,7 @@ source .github/scripts/retry.sh
5
6
CHECK_SHA256=.github/scripts/check_sha256.sh
7
8
-brew install pkg-config meson
+brew install pkg-config meson python-packaging
9
10
# General note:
11
# Apple guarantees forward, but not backward ABI compatibility unless
@@ -75,9 +75,6 @@ make -j
75
make install
76
popd
77
78
-# Install packaging into system python (used by meson in glib build)
79
-python3 -m pip install packaging
80
-
81
# Install glib (lensfun dependency)
82
curl -L --retry 3 -o glib.tar.xz https://download.gnome.org/sources/glib/2.79/glib-2.79.1.tar.xz
83
$CHECK_SHA256 glib.tar.xz b3764dd6e29b664085921dd4dd6ba2430fc19760ab6857ecfa3ebd4e8c1d114c
0 commit comments