Force Arch git deps to use cryptography 42.0.0

This commit is contained in:
David Murphy 2024-09-19 14:05:23 -06:00
parent d7baa83fc6
commit da9ad0b8bf
No known key found for this signature in database
GPG key ID: 9D7724F37A7424D8

View file

@ -5734,6 +5734,10 @@ install_arch_linux_git_deps() {
CONFIG_SALT_FUNC="config_salt"
fi
_arch_dep="cryptography==42.0.0"
echodebug "Running '${_PY_EXE} -m pip install --upgrade ${_arch_dep}'"
${_PY_EXE} -m pip install --upgrade "${_arch_dep}"
return 0
}