commit c5d3adcf32c5148c9890dbcb68bfab663e554b7c
parent ba3586dc3002050518de7e7e1344b72b2f39143f
Author: ThomasV <thomasv@electrum.org>
Date: Thu, 27 Jul 2017 09:30:22 +0200
wine: install socks
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/contrib/build-wine/prepare-wine.sh b/contrib/build-wine/prepare-wine.sh
@@ -58,6 +58,10 @@ mv PyInstaller-2.1 $WINEPREFIX/drive_c/pyinstaller
# install Cryptodome
$PYTHON -m pip install pycryptodomex
+# install PySocks
+$PYTHON -m pip install win_inet_pton
+
+
# Install setuptools
wget -O setuptools.exe "$SETUPTOOLS_URL"
wine setuptools.exe