mirror of https://github.com/n1nj4sec/pupy.git
It turns out that cffi works ok with ctypes backend
This commit is contained in:
parent
259bfccf18
commit
91dabc2e02
|
@ -277,8 +277,6 @@ cd /usr/src/automake-1.15
|
|||
CFLAGS="-O2 -pipe -DCLOCK_MONOTONIC=1 -UHAVE_PTHREAD_COND_TIMEDWAIT_MONOTONIC -U_FILE_OFFSET_BITS" \
|
||||
python -OO -m pip install pyuv --no-binary :all:
|
||||
|
||||
python -OO -m pip uninstall -y cffi
|
||||
|
||||
cd /usr/lib/python2.7
|
||||
python -m compileall -q
|
||||
python -OO -m compileall -q
|
||||
|
@ -503,8 +501,6 @@ cd /usr/src/automake-1.15
|
|||
|
||||
python -OO -m pip install pyuv --no-binary :all:
|
||||
|
||||
python -OO -m pip uninstall -y cffi
|
||||
|
||||
cd /usr/lib/python2.7
|
||||
python -m compileall -q
|
||||
python -OO -m compileall -q
|
||||
|
|
|
@ -156,7 +156,6 @@ 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 -m compileall -q C:\\Python27\\Lib || true
|
||||
WINEPREFIX=$prefix wine C:\\Python27\\python -OO -m compileall -q C:\\Python27\\Lib || true
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue