From: Taseer Ahmed Date: Thu, 9 Nov 2017 13:51:23 +0000 (+0500) Subject: [baremetal] package: install python-yaml X-Git-Tag: opnfv-6.0.0~273^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=4dc19a4388d5ef057ba29338e0bd69a28dfef43b;p=fuel.git [baremetal] package: install python-yaml - Required for PDF parsing Change-Id: I95205e62efab3e9920687866d3a53a135828a218 Signed-off-by: Taseer Ahmed --- diff --git a/ci/deploy.sh b/ci/deploy.sh index 6a1d6e1e6..5c2fec7bb 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -272,9 +272,9 @@ pushd "${DEPLOY_DIR}" > /dev/null # For baremetal, python is indirectly required for PDF parsing if [ "${DEPLOY_TYPE}" = 'baremetal' ]; then [ -n "$(command -v apt-get)" ] && sudo apt-get install -y \ - python python-ipaddress python-jinja2 + python python-ipaddress python-jinja2 python-yaml [ -n "$(command -v yum)" ] && sudo yum install -y --skip-broken \ - python python-ipaddress python-jinja2 + python python-ipaddress python-jinja2 python-yaml fi # Clone git submodules and apply our patches