fix(bootstrap-salt): add pyzmq build deps for Tumbleweed git builds

This commit is contained in:
Imran Iqbal 2022-06-17 13:59:11 +01:00
parent 0a9badd439
commit 8b33e968e1
No known key found for this signature in database
GPG key ID: 6D8629439D2B7819

View file

@ -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