From c4c1f2b30c3ddb7623eceb9fe1eeebf08d0a5275 Mon Sep 17 00:00:00 2001 From: n1nj4sec Date: Sat, 1 Apr 2017 00:28:36 +0200 Subject: [PATCH] don't uninstall cffi, cryptography needs it --- client/sources/buildenv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/sources/buildenv.sh b/client/sources/buildenv.sh index 390a6279..599f375f 100755 --- a/client/sources/buildenv.sh +++ b/client/sources/buildenv.sh @@ -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