Skip to content

Commit

Permalink
Force Arch git deps to use cryptography 42.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 committed Sep 19, 2024
1 parent d7baa83 commit da9ad0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bootstrap-salt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5734,6 +5734,10 @@ install_arch_linux_git_deps() {
CONFIG_SALT_FUNC="config_salt"
fi

_arch_dep="cryptography==42.0.0"
echodebug "Running '${_PY_EXE} -m pip install --upgrade ${_arch_dep}'"
${_PY_EXE} -m pip install --upgrade "${_arch_dep}"

return 0
}

Expand Down

0 comments on commit da9ad0b

Please sign in to comment.