mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Setting cryptography to 42.0.7 for Arch, its current version - debugging
This commit is contained in:
parent
ec457c25ae
commit
425fb310f6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue