summaryrefslogtreecommitdiff
path: root/automated/android
diff options
context:
space:
mode:
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