mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-06 16:44:06 +00:00
PICARD-1456: Downgrade pip for macOS packaging.
Work around for https://github.com/pypa/pip/issues/6163
This commit is contained in:
committed by
Philipp Wolfer
parent
01bd34182f
commit
2eb8cd977a
@@ -11,6 +11,8 @@ rm -rf dist build locale
|
||||
python3 setup.py clean
|
||||
python3 setup.py build_ext
|
||||
python3 setup.py build_locales
|
||||
# Downgrade pip to 18.1 due to https://tickets.metabrainz.org/browse/PICARD-1456
|
||||
pip3 install pip==18.1
|
||||
pip3 install -r requirements-build.txt
|
||||
pyinstaller picard.spec
|
||||
|
||||
|
||||
Reference in New Issue
Block a user