add rhel ubi tests and needed package

This commit is contained in:
Jeff Neel 2021-01-07 10:32:13 -06:00 committed by Pedro Algarvio
parent 0031919e8d
commit 9e385fbe15

View file

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