mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 17:50:22 +00:00
fix(bootstrap-salt): add pyzmq
build deps for Tumbleweed git
builds
This commit is contained in:
parent
0a9badd439
commit
8b33e968e1
1 changed files with 1 additions and 1 deletions
|
@ -6614,7 +6614,7 @@ install_opensuse_git_deps() {
|
|||
fi
|
||||
# Check for Tumbleweed
|
||||
elif [ "${DISTRO_MAJOR_VERSION}" -ge 20210101 ]; then
|
||||
__PACKAGES="python3-pip"
|
||||
__PACKAGES="python3-pip gcc-c++ python310-pyzmq-devel"
|
||||
else
|
||||
__PACKAGES="python-pip python-setuptools gcc"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue