summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2018-02-08 15:07:16 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2018-02-08 15:07:16 +0000
commit046556e6972bbea578c76fb5a3a6fb1cf0263bc5 (patch)
tree898b148f6bbb0b6da74b8065cab57c0f5c10ea0d
parent6c4aa04657322489c874ac216884a24964a5ec29 (diff)
build-linux.sh: Install python3-yaml and python3-jinja2 too.
Change-Id: Ibb66d9320f1d7dc1ed97b2e5ed95b5ca2a3b8b84
-rwxr-xr-xbuild-linux.sh2
1 files changed, 1 insertions, 1 deletions
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()