Ensure patched version of psutil is used

This commit is contained in:
Oleksii Shevchuk 2017-05-21 22:00:35 +03:00 committed by Oleksii Shevchuk
parent e55b4ad9a7
commit aa7da76f89
1 changed files with 1 additions and 2 deletions

View File

@ -51,6 +51,7 @@ cd $BUILDENV/src/Python-2.7.13
./configure --with-ensurepip=install --enable-unicode=ucs4 --with-system-ffi --enable-ipv6 --enable-shared --prefix=$BUILDENV/build
gmake; gmake install
python -OO -m pip install git+https://github.com/alxchk/psutil.git
python -OO -m pip install six packaging appdirs
python -OO -m pip install \
rpyc pycrypto pyaml rsa netaddr tinyec pyyaml ecdsa \
@ -58,8 +59,6 @@ python -OO -m pip install \
scapy colorama pyOpenSSL \
--upgrade --no-binary :all:
python -OO -m pip install git+https://github.com/alxchk/psutil.git
export LDFLAGS="$LDFLAGS -lsendfile -lkstat"
python -OO -m pip install git+https://github.com/alxchk/pyuv.git