Browse Source

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
3.3.3.1
SomberNight 6 years ago
parent
commit
1d303fa9d2
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 2
      contrib/build-wine/prepare-wine.sh

2
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

Loading…
Cancel
Save