fix wine build: pyinstaller failed to install with new pip
see pypa/pip#6163
This commit is contained in:
parent
4be4444d6b
commit
4b560250a6
@ -116,7 +116,7 @@ $PYTHON -m pip install pip --upgrade
|
|||||||
$PYTHON -m pip install -r $here/../deterministic-build/requirements-binaries.txt
|
$PYTHON -m pip install -r $here/../deterministic-build/requirements-binaries.txt
|
||||||
|
|
||||||
# Install PyInstaller
|
# Install PyInstaller
|
||||||
$PYTHON -m pip install pyinstaller==3.4
|
$PYTHON -m pip install pyinstaller==3.4 --no-use-pep517
|
||||||
|
|
||||||
# Install ZBar
|
# Install ZBar
|
||||||
download_if_not_exist $ZBAR_FILENAME "$ZBAR_URL"
|
download_if_not_exist $ZBAR_FILENAME "$ZBAR_URL"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user