summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2015-02-25 10:14:35 +0000
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2015-02-25 10:16:09 +0000
commiteeadfcffd9a09d59bcd71d29786e56b448f1438f (patch)
tree9648632c9fc979e41b2e7a0c47bf40d62b906789
parentd28a5960e25b7dd9b4d10d967727e6cdf48ae8f3 (diff)
android: fixed lava-android-test-host setup
Python setuptools v12 is required to install lava-android-test. This was failing in 14.04 Ubuntu image. Fixed with workaround to upgrade setuptools in the install section. Change-Id: I81e988fe29e333aca02c754f9cc1b008ecdd2da1 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
-rw-r--r--android/lava-android-test-host.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/lava-android-test-host.yaml b/android/lava-android-test-host.yaml
index 5f23967..1f807d1 100644
--- a/android/lava-android-test-host.yaml
+++ b/android/lava-android-test-host.yaml
@@ -22,6 +22,8 @@ install:
git-repos:
- http://git.linaro.org/git/lava/lava-android-test.git
steps:
+ # workaround to outdated setuptools in 14.04 image
+ - pip install --upgrade setuptools
- cd lava-android-test
- python setup.py install
deps: