mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 08:51:32 +00:00
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
This commit is contained in:
parent
744bfc1eeb
commit
1d303fa9d2
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue