don't uninstall cffi, cryptography needs it

This commit is contained in:
n1nj4sec 2017-04-01 00:28:36 +02:00
parent e0dfdd6998
commit c4c1f2b30c
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ for prefix in $WINE32 $WINE64; do
WINEPREFIX=$prefix wine C:\\Python27\\python -OO -m pip install --upgrade setuptools
WINEPREFIX=$prefix wine C:\\Python27\\python -OO -m pip install --upgrade $PACKAGES
WINEPREFIX=$prefix wine C:\\Python27\\python -OO -m pip install --upgrade --no-binary :all: psutil
WINEPREFIX=$prefix wine C:\\Python27\\python -OO -m pip uninstall -y cffi
# WINEPREFIX=$prefix wine C:\\Python27\\python -OO -m pip uninstall -y cffi
WINEPREFIX=$prefix wine C:\\Python27\\python -m compileall -q C:\\Python27\\Lib || true
WINEPREFIX=$prefix wine C:\\Python27\\python -OO -m compileall -q C:\\Python27\\Lib || true
done