aboutsummaryrefslogtreecommitdiff
path: root/android-lcr
diff options
context:
space:
mode:
authorVictor Chong <victor.chong@linaro.org>2019-11-21 02:45:33 +0000
committerVictor Chong <victor.chong@linaro.org>2019-11-21 02:46:22 +0000
commit9fe3c4a3917c6bf8750ccdddfa57ed0fe46cdc0e (patch)
tree7d4a482450da50d2dacd487b9097b6d2d3ddd498 /android-lcr
parentbba2b219ec37479475615d3e535fab7e6f1fbb0e (diff)
lcr: builder: install python Crypto module
Change-Id: If4c8b495d4b89d7e32564fb165fbbee149e6c853 Signed-off-by: Victor Chong <victor.chong@linaro.org>
Diffstat (limited to 'android-lcr')
-rwxr-xr-xandroid-lcr/common/builders.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/android-lcr/common/builders.sh b/android-lcr/common/builders.sh
index eeeba99a..0349036b 100755
--- a/android-lcr/common/builders.sh
+++ b/android-lcr/common/builders.sh
@@ -2,7 +2,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 python-pyelftools python3-pyelftools
+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 python-pyelftools python3-pyelftools python-crypto python3-crypto
wget -q \
http://repo.linaro.org/ubuntu/linaro-overlay/pool/main/a/android-tools/android-tools-fsutils_4.2.2+git20130218-3ubuntu41+linaro1_amd64.deb \