This commit is contained in:
David Murphy 2024-09-19 14:49:28 -06:00
parent 70558b1768
commit ae440cb321
No known key found for this signature in database
GPG key ID: 9D7724F37A7424D8

View file

@ -5735,7 +5735,7 @@ install_arch_linux_git_deps() {
fi
_arch_dep="cryptography==42.0.0"
echodebug "Running '${_PY_EXE} -m pip install -break-system-packages --upgrade ${_arch_dep}'"
echodebug "Running '${_PY_EXE} -m pip install --break-system-packages --upgrade ${_arch_dep}'"
${_PY_EXE} -m pip install --upgrade "${_arch_dep}"
return 0