aboutsummaryrefslogtreecommitdiff
path: root/96boards-helium-u-boot.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-helium-u-boot.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-helium-u-boot.yaml')
-rw-r--r--96boards-helium-u-boot.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/96boards-helium-u-boot.yaml b/96boards-helium-u-boot.yaml
index 53bc89721c..29abc8e181 100644
--- a/96boards-helium-u-boot.yaml
+++ b/96boards-helium-u-boot.yaml
@@ -46,7 +46,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 libssl-dev python-pycurl
+ sudo apt-get install -y libssl-dev python-requests
# Use pre-installed linaro toolchain
export PATH="${HOME}/srv/toolchain/arm64-tc-15.02/bin:$PATH"