aboutsummaryrefslogtreecommitdiff
path: root/96boards-dragonboard410c-android.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-12-11 11:34:29 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2016-12-11 11:34:29 +0200
commit5fe938e114c4f76266048d0244e89908b6c04e09 (patch)
tree88540d0daa05f2f204b503e8f11c76057e03dee7 /96boards-dragonboard410c-android.yaml
parent955786be0f1f776d5cb522ab1f577c2d5fd90229 (diff)
Replace python-pycurl by python-requests
linaro-cp is now based on python-requests instead of python-pycurl. Change-Id: I110910c80c3a93a158ebba483b73d0d9e4bb0ee1 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to '96boards-dragonboard410c-android.yaml')
-rw-r--r--96boards-dragonboard410c-android.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/96boards-dragonboard410c-android.yaml b/96boards-dragonboard410c-android.yaml
index 361b16a548..ed30497e89 100644
--- a/96boards-dragonboard410c-android.yaml
+++ b/96boards-dragonboard410c-android.yaml
@@ -43,7 +43,7 @@
sudo sed -i -e 's/archive.ubuntu.com\|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
sudo apt-get update
- sudo apt-get install -y gcc-4.9-multilib bison git gperf libxml2-utils python-mako zip time python-pycurl genisoimage rsync
+ sudo apt-get install -y gcc-4.9-multilib bison git gperf libxml2-utils python-mako zip time python-requests genisoimage rsync
mkdir -p ${HOME}/bin ${WORKSPACE}/build/out
curl https://storage.googleapis.com/git-repo-downloads/repo > ${HOME}/bin/repo