install pyobjc dependencies

This commit is contained in:
Job Evers-Meltzer 2016-06-21 13:28:29 -05:00
parent c3aa5b0515
commit 2bac0a25e0
2 changed files with 6 additions and 5 deletions

View file

@ -16,8 +16,10 @@ OPTIONS = {
'CFBundleIdentifier': 'io.lbry.LBRY', 'CFBundleIdentifier': 'io.lbry.LBRY',
'LSUIElement': True, 'LSUIElement': True,
}, },
'packages': ['lbrynet', 'lbryum', 'requests', 'unqlite', 'certifi', 'packages': [
'pkg_resources', 'json', 'jsonrpc', 'seccure',], 'lbrynet', 'lbryum', 'requests', 'unqlite', 'certifi',
'pkg_resources', 'json', 'jsonrpc', 'seccure',
],
} }

View file

@ -38,8 +38,7 @@ codesign -s "${LBRY_DEVELOPER_ID}" -f "${DEST}/dist/LBRYURIHandler.app/Contents/
codesign --deep -s "${LBRY_DEVELOPER_ID}" -f "${DEST}/dist/LBRYURIHandler.app/Contents/MacOS/LBRYURIHandler" codesign --deep -s "${LBRY_DEVELOPER_ID}" -f "${DEST}/dist/LBRYURIHandler.app/Contents/MacOS/LBRYURIHandler"
codesign -vvvv "${DEST}/dist/LBRYURIHandler.app" codesign -vvvv "${DEST}/dist/LBRYURIHandler.app"
# why isn't certifi installed automatically by setup_app.py? pip install certifi pyobjc-core pyobjc-framework-Cocoa pyobjc-framework-CFNetwork
pip install certifi
python setup_app.py py2app python setup_app.py py2app
echo "Moving in correct libgmp" echo "Moving in correct libgmp"