From 5cdff322270d89683c6b97bdb6c4d4ba6856d03f Mon Sep 17 00:00:00 2001 From: ThomasV Date: Thu, 3 Aug 2017 15:05:05 +0200 Subject: [PATCH] add websocket to windows builds --- contrib/build-wine/prepare-wine.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/build-wine/prepare-wine.sh b/contrib/build-wine/prepare-wine.sh index 05b6e6d65..e8356089b 100755 --- 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"