From 046556e6972bbea578c76fb5a3a6fb1cf0263bc5 Mon Sep 17 00:00:00 2001 From: Christophe Lyon Date: Thu, 8 Feb 2018 15:07:16 +0000 Subject: build-linux.sh: Install python3-yaml and python3-jinja2 too. Change-Id: Ibb66d9320f1d7dc1ed97b2e5ed95b5ca2a3b8b84 --- build-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-linux.sh b/build-linux.sh index ea7b0e7..c9bcfc8 100755 --- a/build-linux.sh +++ b/build-linux.sh @@ -95,7 +95,7 @@ if $boot ; then . ${mydir}/.env sudo apt-get update - sudo apt-get install -y --no-install-recommends python3-requests + sudo apt-get install -y --no-install-recommends python3-requests python3-yaml python3-jinja2 fi lava_boot() -- cgit v1.2.3