From 650437714c15c8a1ff29e2407c6c32c42403e48f Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 29 Jul 2018 17:42:07 +0000 Subject: [PATCH] #1646 add paramiko to win32 setup and update scripts git-svn-id: https://xpra.org/svn/Xpra/trunk@19972 3bb7dfac-3a0b-4e04-842a-767bc560f471 --- src/win32/MINGW_SETUP.sh | 2 +- src/win32/UPDATE_PYTHON_LIBS.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/win32/MINGW_SETUP.sh b/src/win32/MINGW_SETUP.sh index 2f9517cf3f..b17eb8e6b3 100644 --- a/src/win32/MINGW_SETUP.sh +++ b/src/win32/MINGW_SETUP.sh @@ -43,7 +43,7 @@ $PACMAN --noconfirm -S ${XPKG}python2-numpy ${XPKG}python2-pillow ${XPKG}cython2 $PACMAN --noconfirm -S ${XPKG}python3-numpy ${XPKG}python3-pillow ${XPKG}cython #using easy-install for python libraries which are not packaged by mingw: easy_install-2.7 -U -Z enum34 enum-compat -for x in rencode xxhash zeroconf lz4 websocket-client netifaces comtypes PyOpenGL PyOpenGL_accelerate websockify cffi pycparser cryptography nvidia-ml-py appdirs setproctitle pyu2f python-ldap ldap3; do +for x in rencode xxhash zeroconf lz4 websocket-client netifaces comtypes PyOpenGL PyOpenGL_accelerate websockify cffi pycparser cryptography nvidia-ml-py appdirs setproctitle pyu2f python-ldap ldap3 bcrypt pynacl paramiko; do easy_install-2.7 -U -Z $x easy_install-3.7 -U -Z $x done diff --git a/src/win32/UPDATE_PYTHON_LIBS.sh b/src/win32/UPDATE_PYTHON_LIBS.sh index 61c017da9b..0a3a488cc2 100644 --- a/src/win32/UPDATE_PYTHON_LIBS.sh +++ b/src/win32/UPDATE_PYTHON_LIBS.sh @@ -8,7 +8,7 @@ #using easy-install for python libraries which are not packaged by mingw: # currently disabled, build from patched source only: websockify # currently disabled, do not update past 1.8.x: cryptography -for x in rencode xxhash enum34 enum-compat zeroconf lz4 websocket-client comtypes PyOpenGL PyOpenGL_accelerate cffi cryptography pycparser nvidia-ml-py appdirs setproctitle netifaces pyu2f python-ldap ldap3; +for x in rencode xxhash enum34 enum-compat zeroconf lz4 websocket-client comtypes PyOpenGL PyOpenGL_accelerate cffi cryptography pycparser nvidia-ml-py appdirs setproctitle netifaces pyu2f python-ldap ldap3 bcrypt pynacl paramiko; do easy_install-2.7 -U -Z $x easy_install-3.7 -U -Z $x