aboutsummaryrefslogtreecommitdiff
path: root/linaro-art
diff options
context:
space:
mode:
authorJulien Duraj <julien.duraj@linaro.org>2019-12-04 11:41:09 +0000
committerJulien Duraj <julien.duraj@linaro.org>2019-12-04 11:43:20 +0000
commit164f8378cb3d3086ef773f1729c631cd0d706593 (patch)
tree76c684c58f5149c623559a605114a24195760c44 /linaro-art
parent84b9ebb73192dc475d13483bac3b0b288eaa0b45 (diff)
ART: Switch to python3 version of requests.
After switching the publishing tool to python3, we also need to update the dependency. Change-Id: I7f0ac8298a439751aaccf09b98db3d2170ad8259
Diffstat (limited to 'linaro-art')
-rw-r--r--linaro-art/microbenchmarks/builders.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/linaro-art/microbenchmarks/builders.sh b/linaro-art/microbenchmarks/builders.sh
index c42f8be4b1..7416ab166c 100644
--- a/linaro-art/microbenchmarks/builders.sh
+++ b/linaro-art/microbenchmarks/builders.sh
@@ -1,7 +1,7 @@
#!/bin/bash -xe
sudo apt-get update
-sudo apt-get install -y python-requests
+sudo apt-get install -y python3-requests
# Build scripts
ANDROID_BUILD_DIR="${HOME}/srv/${JOB_NAME}/android"