aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-debian-images/builders-fai.sh
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2021-10-05 16:33:10 -0500
committerAníbal Limón <anibal.limon@linaro.org>2021-10-05 16:34:14 -0500
commit44c3b8e0f4112a6890fef45d8d1db02536b5e2df (patch)
tree7a77fac8bd937b1c7365d1f589a2d52907d01a40 /lt-qcom-debian-images/builders-fai.sh
parentce50540ba27d039ba648518c9453e736e478b1a7 (diff)
lt-qcom-debian-images/rpb-openembedded: Add python3-pip
New lava-test-plans depends on python3-pip to install dependencies in the case of rpb-openembedded is not needed but since is a small dependency add to all jobs. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Change-Id: I1733587da4afcbafd4203370d3aaf6e5a14370f8
Diffstat (limited to 'lt-qcom-debian-images/builders-fai.sh')
-rw-r--r--lt-qcom-debian-images/builders-fai.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lt-qcom-debian-images/builders-fai.sh b/lt-qcom-debian-images/builders-fai.sh
index e6e1f8f721..18c6ff163d 100644
--- a/lt-qcom-debian-images/builders-fai.sh
+++ b/lt-qcom-debian-images/builders-fai.sh
@@ -15,7 +15,7 @@ if ! sudo DEBIAN_FRONTEND=noninteractive apt-get -q=2 update; then
sleep 15
sudo DEBIAN_FRONTEND=noninteractive apt-get -q=2 update || true
fi
-pkg_list="python-pip fai-server fai-setup-storage qemu-utils procps mtools pigz zip android-tools-fsutils android-tools-mkbootimg libpython2.7-dev dosfstools"
+pkg_list="python-pip python3-pip fai-server fai-setup-storage qemu-utils procps mtools pigz zip android-tools-fsutils android-tools-mkbootimg libpython2.7-dev libpython3-dev dosfstools"
if ! sudo DEBIAN_FRONTEND=noninteractive apt-get -q=2 install -y ${pkg_list}; then
echo "INFO: apt install error - try again in a moment"
sleep 15