Setting cryptography to 42.0.7 for Arch, its current version - debugging

This commit is contained in:
David Murphy 2024-09-20 11:19:13 -06:00
parent ec457c25ae
commit 425fb310f6
No known key found for this signature in database
GPG key ID: 9D7724F37A7424D8

View file

@ -2744,7 +2744,7 @@ EOM
${_pip_cmd} uninstall --yes ${_USE_BREAK_SYSTEM_PACKAGES} salt 2>/dev/null || true
if [ "${DISTRO_NAME}" = "Arch Linux" ]; then
_arch_dep="cryptography==42.0.0"
_arch_dep="cryptography==42.0.7" # debug matching current Arch version of python-cryptography
echodebug "Running '${_pip_cmd} install --force-reinstall --break-system-packages ${_arch_dep}'"
${_pip_cmd} install --force-reinstall --break-system-packages "${_arch_dep}"
fi