From 9e385fbe150563eb479906e01ddaecc300d4c75c Mon Sep 17 00:00:00 2001 From: Jeff Neel <10672501+jeff350@users.noreply.github.com> Date: Thu, 7 Jan 2021 10:32:13 -0600 Subject: [PATCH] add rhel ubi tests and needed package --- bootstrap-salt.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 24a7eeb..687f155 100644 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -4351,6 +4351,7 @@ install_centos_git_deps() { __PACKAGES="${__PACKAGES} m2crypto python${PY_PKG_VER}-crypto" fi + __PACKAGES="${__PACKAGES} python${PY_PKG_VER}-setuptools" __PACKAGES="${__PACKAGES} python${PY_PKG_VER}-jinja2" __PACKAGES="${__PACKAGES} python${PY_PKG_VER}-msgpack python${PY_PKG_VER}-requests" __PACKAGES="${__PACKAGES} python${PY_PKG_VER}-tornado python${PY_PKG_VER}-zmq"