mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
add libcloud dependency
This commit is contained in:
parent
b85aa79e35
commit
7822a81f6a
1 changed files with 4 additions and 0 deletions
|
@ -1126,6 +1126,10 @@ __install_python_and_deps() {
|
|||
__yum_install_noinput "${__PACKAGES}" || return 1
|
||||
|
||||
_PIP_PACKAGES="tornado PyYAML msgpack-python jinja2 pycrypto zmq"
|
||||
if [ "$_INSTALL_CLOUD" -eq $BS_TRUE ]; then
|
||||
_PIP_PACKAGES="${_PIP_PACKAGES} apache-libcloud"
|
||||
fi
|
||||
|
||||
__install_pip_pkgs "${_PIP_PACKAGES}" "${_PY_EXE}" || return 1
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue