fix wine build: pyinstaller failed to install with new pip

see pypa/pip#6163
This commit is contained in:
SomberNight 2019-01-25 16:46:17 +01:00
parent 4be4444d6b
commit 4b560250a6
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9

View File

@ -116,7 +116,7 @@ $PYTHON -m pip install pip --upgrade
$PYTHON -m pip install -r $here/../deterministic-build/requirements-binaries.txt
# Install PyInstaller
$PYTHON -m pip install pyinstaller==3.4
$PYTHON -m pip install pyinstaller==3.4 --no-use-pep517
# Install ZBar
download_if_not_exist $ZBAR_FILENAME "$ZBAR_URL"