summaryrefslogtreecommitdiff
path: root/automated/android
diff options
context:
space:
mode:
authorChase Qi <chase.qi@linaro.org>2017-08-21 10:41:51 +0800
committerChase Qi <chase.qi@linaro.org>2017-08-21 10:41:51 +0800
commita1db05342871210314c905bce5380dac1a0f6a88 (patch)
treec80b79f9bc940dea3aefd79b40b222c04fbbb1ce /automated/android
parent5752d03e82202c8280133cfe945bd1e2ff4cb78f (diff)
android: apk-auto: install python-requests and ca-certificates
* requests module is required by the test case * ca-certificates is required when using git with https Change-Id: I0300f9142b24947696f36564aa6bab52144b316d Signed-off-by: Chase Qi <chase.qi@linaro.org>
Diffstat (limited to 'automated/android')
-rwxr-xr-xautomated/android/apk-automation/apk-automation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated/android/apk-automation/apk-automation.sh b/automated/android/apk-automation/apk-automation.sh
index 5ecdba8..6f06749 100755
--- a/automated/android/apk-automation/apk-automation.sh
+++ b/automated/android/apk-automation/apk-automation.sh
@@ -39,7 +39,7 @@ export RESULT_FILE
if [ "${SKIP_INSTALL}" = "true" ] || [ "${SKIP_INSTALL}" = "True" ]; then
info_msg "Package installation skipped"
else
- install_deps "git python python-lxml python-pil python-setuptools curl tar xz-utils" "${SKIP_INSTALL}"
+ install_deps "git python python-lxml python-pil python-setuptools python-requests ca-certificates curl tar xz-utils" "${SKIP_INSTALL}"
git clone https://github.com/dtmilano/AndroidViewClient
(
cd AndroidViewClient/ || exit