Skip to content

Commit

Permalink
Setting cryptography to 42.0.7 for Arch, its current version - debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 committed Sep 20, 2024
1 parent ec457c2 commit 425fb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap-salt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 425fb31

Please sign in to comment.