Skip to content

Commit

Permalink
fix(bootstrap-salt): add pyzmq build deps for Tumbleweed git builds
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Jun 17, 2022
1 parent 0a9badd commit 8b33e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap-salt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b33e96

Please sign in to comment.