mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
fixed package libzmq name
This commit is contained in:
parent
9f9d70e107
commit
b8ccf4ec66
1 changed files with 1 additions and 1 deletions
|
@ -6629,7 +6629,7 @@ install_suse_15_git_deps() {
|
|||
|
||||
__PACKAGES=""
|
||||
# shellcheck disable=SC2089
|
||||
__PACKAGES="${__PACKAGES} libzmq4 python3-Jinja2 python3-msgpack-python python3-pycrypto"
|
||||
__PACKAGES="${__PACKAGES} libzmq5 python3-Jinja2 python3-msgpack-python python3-pycrypto"
|
||||
__PACKAGES="${__PACKAGES} python3-pyzmq python3-xml"
|
||||
|
||||
if [ -f "${_SALT_GIT_CHECKOUT_DIR}/requirements/base.txt" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue