aboutsummaryrefslogtreecommitdiff
path: root/android-lcr
diff options
context:
space:
mode:
authorVictor Chong <victor.chong@linaro.org>2019-12-02 01:12:49 +0000
committerVictor Chong <victor.chong@linaro.org>2019-12-02 01:12:49 +0000
commit85423dcdbf6706c82344a1edaa56c3bafa691861 (patch)
treebb47aadc0c5742a2864f135f98ee6ff6706c9260 /android-lcr
parent5e83397fc69f23c92e5a978247126329330d7001 (diff)
lcr: common: builders: upgrade pip before use
Change-Id: I9e88c0f2484fd42b41ac25734ca1cf06909843a0 Signed-off-by: Victor Chong <victor.chong@linaro.org>
Diffstat (limited to 'android-lcr')
-rwxr-xr-xandroid-lcr/common/builders.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/android-lcr/common/builders.sh b/android-lcr/common/builders.sh
index c4bd72ed..17fad3ae 100755
--- a/android-lcr/common/builders.sh
+++ b/android-lcr/common/builders.sh
@@ -3,6 +3,7 @@
# Install needed packages
sudo apt-get update
sudo apt-get install -y bison git gperf libxml2-utils python-mako zip time python-requests genisoimage patch mtools python-wand rsync linaro-image-tools liblz4-tool lzop libssl-dev libdrm-intel1 python-pip python3-pip python-pyelftools python3-pyelftools python-crypto python3-crypto
+sudo pip install --upgrade pip
sudo python -m pip install --user python-pycryptodome
sudo python3 -m pip install --user python3-pycryptodome