commit 1d303fa9d223299b1dabbaa9f289316d01ea1c65
parent 744bfc1eeb6f67b5bb98c54b4eb3e07dc758b00a
Author: SomberNight <somber.night@protonmail.com>
Date: Thu, 20 Dec 2018 18:06:16 +0100
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
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git 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