mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 02:00:22 +00:00
Install requests
in SuSE
This commit is contained in:
parent
fc95031021
commit
140ae12c99
1 changed files with 1 additions and 1 deletions
|
@ -3607,7 +3607,7 @@ install_suse_11_stable_deps() {
|
|||
fi
|
||||
|
||||
packages="libzmq3 python python-Jinja2 'python-M2Crypto>=0.21' python-msgpack-python"
|
||||
packages="${packages} python-pycrypto python-pyzmq python-pip python-xml"
|
||||
packages="${packages} python-pycrypto python-pyzmq python-pip python-xml python-requests"
|
||||
|
||||
if [ $SUSE_PATCHLEVEL -eq 1 ]; then
|
||||
check_pip_allowed
|
||||
|
|
Loading…
Add table
Reference in a new issue