install pyobjc dependencies
This commit is contained in:
parent
c3aa5b0515
commit
2bac0a25e0
2 changed files with 6 additions and 5 deletions
|
@ -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',
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -26,4 +28,4 @@ setup(
|
||||||
app=APP,
|
app=APP,
|
||||||
options={'py2app': OPTIONS},
|
options={'py2app': OPTIONS},
|
||||||
data_files=DATA_FILES,
|
data_files=DATA_FILES,
|
||||||
)
|
)
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue