From 1d303fa9d223299b1dabbaa9f289316d01ea1c65 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Thu, 20 Dec 2018 18:06:16 +0100 Subject: [PATCH] win build: rm win_inet_pton was needed by PySocks; and we no longer use PySocks also, it seems the functionality it provided is now part of Python stdlib since 3.4 https://docs.python.org/3/library/socket.html#socket.inet_pton related: #2358 --- contrib/build-wine/prepare-wine.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/contrib/build-wine/prepare-wine.sh b/contrib/build-wine/prepare-wine.sh index 24196d229..e80259f52 100755 --- a/contrib/build-wine/prepare-wine.sh +++ b/contrib/build-wine/prepare-wine.sh @@ -112,8 +112,6 @@ done # upgrade pip $PYTHON -m pip install pip --upgrade -# install PySocks -$PYTHON -m pip install win_inet_pton==1.0.1 $PYTHON -m pip install -r $here/../deterministic-build/requirements-binaries.txt