commit 5cdff322270d89683c6b97bdb6c4d4ba6856d03f
parent 5872bd4722eb7058781b1e4767ea619684aa3d16
Author: ThomasV <thomasv@electrum.org>
Date: Thu, 3 Aug 2017 15:05:05 +0200
add websocket to windows builds
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/contrib/build-wine/prepare-wine.sh b/contrib/build-wine/prepare-wine.sh
@@ -61,6 +61,9 @@ $PYTHON -m pip install pycryptodomex
# install PySocks
$PYTHON -m pip install win_inet_pton
+# install websocket (python2)
+$PYTHON -m pip install websocket-client
+
# Install setuptools
wget -O setuptools.exe "$SETUPTOOLS_URL"