refactor(salt-bootstrap): use virtual pyzmq package on Tumbleweed

This commit is contained in:
Imran Iqbal 2022-06-19 20:42:57 +01:00
parent 7a4f2ca0e2
commit efb45ff7bf
No known key found for this signature in database
GPG key ID: 6D8629439D2B7819

View file

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