Skip to content

Commit

Permalink
GH: Another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
yousseb committed Nov 6, 2023
1 parent 40dd686 commit cdc0de2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion osx/build_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cp osx/conf.py meld/conf.py
${INSTROOT}/bin/python3 -c "import sys; print('\n'.join(sys.path))"

PY_SITE_PACKAGES=$(~/gtk/inst/bin/python3 -c 'import site; print(site.getsitepackages()[0], end="")')
/usr/local/bin/pip3 install distro pyobjc-core pyobjc-framework-Cocoa py2app --target $PY_SITE_PACKAGES
/usr/local/bin/pip3 install --upgrade --force-reinstall distro pyobjc-core pyobjc-framework-Cocoa py2app six pygments --target $PY_SITE_PACKAGES

glib-compile-schemas data
${INSTROOT}/bin/python3 setup_py2app.py build
Expand Down
1 change: 1 addition & 0 deletions setup_py2app.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import site
import meld.build_helpers
import meld.conf
import Foundation
from setuptools import setup

if sys.version_info[:2] < meld.conf.PYTHON_REQUIREMENT_TUPLE:
Expand Down

0 comments on commit cdc0de2

Please sign in to comment.