From efb45ff7bff79bf03d28d7c8afd77eab0dac9cf7 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Sun, 19 Jun 2022 20:42:57 +0100 Subject: [PATCH] refactor(salt-bootstrap): use virtual `pyzmq` package on Tumbleweed --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 625fa3e..312bf16 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -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