Skip to content

Commit 603e76a

Browse files
authored
macos: install packaging into system python
1 parent 6937f41 commit 603e76a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/scripts/build-macos.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ 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+
7881
# Install glib (lensfun dependency)
7982
curl -L --retry 3 -o glib.tar.xz https://download.gnome.org/sources/glib/2.79/glib-2.79.1.tar.xz
8083
$CHECK_SHA256 glib.tar.xz b3764dd6e29b664085921dd4dd6ba2430fc19760ab6857ecfa3ebd4e8c1d114c

0 commit comments

Comments
 (0)