From 70558b1768beb8bed66cb8cb319893f787b17d5f Mon Sep 17 00:00:00 2001 From: David Murphy Date: Thu, 19 Sep 2024 14:29:55 -0600 Subject: [PATCH] Forcing pip install on Arch --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 2329f91..6f03991 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -5735,7 +5735,7 @@ install_arch_linux_git_deps() { fi _arch_dep="cryptography==42.0.0" - echodebug "Running '${_PY_EXE} -m pip install --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