From c28727540d3c9ed0641d5052c67b4500aac330e9 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Mon, 27 Nov 2017 16:13:03 +0000 Subject: [PATCH] run_tests_common.sh: Add more openSUSE packages We need to explicitly pull the python-xml and ca-certificates-mozilla packages which may not exist on really small openSUSE images. These packages are needed for a functional SSL setup and also for being able to run pip. Change-Id: Ib518cff03dbfdbfa7c31729521c265e7a3e7e9cf --- run_tests_common.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run_tests_common.sh b/run_tests_common.sh index e6821f2b..2470206a 100755 --- a/run_tests_common.sh +++ b/run_tests_common.sh @@ -28,7 +28,8 @@ case "${ID,,}" in # Need to pull libffi and python-pyOpenSSL early # because we install ndg-httpsclient from pip on Leap 42.1 [[ "${VERSION}" == "42.1" ]] && extra_suse_deps="libffi-devel python-pyOpenSSL" - sudo zypper -n in python-devel lsb-release ${extra_suse_deps:-} + sudo zypper -n in ca-certificates-mozilla python-devel \ + python-xml lsb-release ${extra_suse_deps:-} ;; amzn|centos|rhel) sudo $RHT_PKG_MGR install -y python-devel redhat-lsb-core epel-release yum-utils