net_connections() are broken in WindowsXP after 4.3.1

This commit is contained in:
Oleksii Shevchuk 2017-04-27 11:27:06 +03:00
parent be4fff658b
commit e79b6d56d0
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ for prefix in $WINE32 $WINE64; do
WINEPREFIX=$prefix wine C:\\Python27\\python -OO -m pip install -q --upgrade --no-binary :all: $PACKAGES_BUILD
done
WINEPREFIX=$WINE32 wine C:\\Python27\\python -OO -m pip install -q --upgrade --no-binary :all: psutil==4.4.2
WINEPREFIX=$WINE32 wine C:\\Python27\\python -OO -m pip install -q --upgrade --no-binary :all: psutil==4.3.1
WINEPREFIX=$WINE64 wine C:\\Python27\\python -OO -m pip install -q --upgrade --no-binary :all: psutil
for prefix in $WINE32 $WINE64; do