From 425fb310f6fe3b3ff5b8298f446d012d9e8e76b1 Mon Sep 17 00:00:00 2001 From: David Murphy Date: Fri, 20 Sep 2024 11:19:13 -0600 Subject: [PATCH] Setting cryptography to 42.0.7 for Arch, its current version - debugging --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 9ac1a06..9802a25 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -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