[baremetal] package: install python-yaml 93/48493/1
authorTaseer Ahmed <taseer94@gmail.com>
Thu, 9 Nov 2017 13:51:23 +0000 (18:51 +0500)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Thu, 7 Dec 2017 01:23:00 +0000 (02:23 +0100)
- Required for PDF parsing

Change-Id: I95205e62efab3e9920687866d3a53a135828a218
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
ci/deploy.sh

index 0f42396..b13e18e 100755 (executable)
@@ -278,9 +278,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
 
 # AArch64 VMs use AAVMF (guest UEFI)