mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Force Arch git deps to use cryptography 42.0.0
This commit is contained in:
parent
d7baa83fc6
commit
da9ad0b8bf
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue