summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2018-02-08 14:53:58 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2018-02-08 14:53:58 +0000
commit6c4aa04657322489c874ac216884a24964a5ec29 (patch)
tree260448b0d4a916fa361f760be43bee50e184b727
parent82d551a7a338c5459f39b7135beb784cadbb06d3 (diff)
build-linux.sh: Install python3-requests if we are going to use Lava.
Change-Id: I8a690b520be1d5613aec79d47ad186142ccc837d
-rwxr-xr-xbuild-linux.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build-linux.sh b/build-linux.sh
index 7a75a42..ea7b0e7 100755
--- a/build-linux.sh
+++ b/build-linux.sh
@@ -93,6 +93,9 @@ jobs=
if $boot ; then
# To get LAVA_XXX variables
. ${mydir}/.env
+
+ sudo apt-get update
+ sudo apt-get install -y --no-install-recommends python3-requests
fi
lava_boot()