Update dependencies for build hosts 64/24764/1
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Sun, 14 Jun 2020 18:35:54 +0000 (20:35 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Sun, 14 Jun 2020 18:36:28 +0000 (20:36 +0200)
we are migrating to python3 for the releng-scripts.

Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: If87b16c9fb0611d4abc6d983479b2b19ff39ae01

packer/provision/agl_dependencies.sh
packer/provision/agl_hwtest_dependencies.sh

index 7470676..f71e701 100644 (file)
@@ -28,7 +28,7 @@ DEBIAN_FRONTEND=noninteractive apt-get update && \
                        tree rsync python-yaml python-requests curl tar docker.io pandoc python3 \
                        ruby-all-dev ruby-ffi ruby-ffi-* jekyll ruby-redcarpet mkdocs \
                        python-pip python-simplejson g++-multilib make zip unzip iperf3 \
-                      debian-keyring debian-archive-keyring
+                       debian-keyring debian-archive-keyring python3-yaml python3-jinja2
 
 DEBIAN_FRONTEND=noninteractive apt-get install -y -t jessie-backports lava-tool=0.19-1~bpo8+1
 
index 5b0e0b6..d38c852 100644 (file)
@@ -24,7 +24,8 @@ DEBIAN_FRONTEND=noninteractive apt-get update && apt-get -y -u dist-upgrade
 DEBIAN_FRONTEND=noninteractive apt-get update && \
     apt-get -y install wget 
                        python-pip zip unzip iperf3 \
-                      debian-keyring debian-archive-keyring
+                      debian-keyring debian-archive-keyring \
+                      python3-jinja2 python3-yaml
 
 DEBIAN_FRONTEND=noninteractive apt-get install -y -t jessie-backports lava-tool=0.19-1~bpo8+1