From: Vanessa Rene Valderrama Date: Wed, 22 Mar 2017 15:12:07 +0000 (-0500) Subject: Install pypcap package for CentOS X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=d9eadf7268a58d40d3888b09ccd72bfd4a680ed6;p=ci-management.git Install pypcap package for CentOS The pypcap package required a newer version of pip to install. This change upgrades the version of pip and installs the pypcap package which is required for CSIT jobs. Change-Id: Iaa23da629396225c27f0ecd3b64615fe105ce9e2 Signed-off-by: Vanessa Rene Valderrama --- diff --git a/packer/provision/basebuild.sh b/packer/provision/basebuild.sh index e28ea0f81..1ffa6034f 100644 --- a/packer/provision/basebuild.sh +++ b/packer/provision/basebuild.sh @@ -18,7 +18,9 @@ rh_systems() { echo "---> Installing RH Python dependencies $(date +'%Y%m%dT%H%M%S')" RH_PYTHON_PKGS="python-devel python-virtualenv python-setuptools \ python-pip kernel-devel epel-rpm-macros" + pip install --upgrade pip yum install -y ${RH_PYTHON_PKGS} + pip install pypcap # RH Install Documentation packages ###Removed python-pyparsing