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