Browse Source

fix wine build: pyinstaller failed to install with new pip

see pypa/pip#6163
3.3.3.1
SomberNight 6 years ago
parent
commit
4b560250a6
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 2
      contrib/build-wine/prepare-wine.sh

2
contrib/build-wine/prepare-wine.sh

@ -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"

Loading…
Cancel
Save