diff --git a/tools/install_modules.sh b/tools/install_modules.sh index 3d57f31d2..419f10f32 100755 --- a/tools/install_modules.sh +++ b/tools/install_modules.sh @@ -69,7 +69,7 @@ pip3 install pygost # pip3 uninstall -y pycryptoplus pycrypto pycryptodome pip3 install pycryptoplus -pip3 uninstall -y pycryptodome +# pip3 uninstall -y pycryptodome # latest versions do not require this work around anymore pip3 install pycrypto ERRORS=$((ERRORS+$?))