mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
refactor(salt-bootstrap): use virtual pyzmq
package on Tumbleweed
This commit is contained in:
parent
7a4f2ca0e2
commit
efb45ff7bf
1 changed files with 1 additions and 1 deletions
|
@ -7242,7 +7242,7 @@ install_opensuse_git_deps() {
|
|||
fi
|
||||
# Check for Tumbleweed
|
||||
elif [ "${DISTRO_MAJOR_VERSION}" -ge 20210101 ]; then
|
||||
__PACKAGES="python3-pip gcc-c++ python310-pyzmq-devel"
|
||||
__PACKAGES="python3-pip gcc-c++ python3-pyzmq-devel"
|
||||
else
|
||||
__PACKAGES="python-pip python-setuptools gcc"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue