From 8b33e968e1b9135e1b145138b4a23e7c80133b85 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Fri, 17 Jun 2022 13:59:11 +0100 Subject: [PATCH] fix(bootstrap-salt): add `pyzmq` build deps for Tumbleweed `git` builds --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index e2a9b6c..4c11c5d 100644 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -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