summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtestsuite/install.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/install.sh b/testsuite/install.sh
index 41ed1f6e6..fc027de31 100755
--- a/testsuite/install.sh
+++ b/testsuite/install.sh
@@ -27,7 +27,8 @@ else
fi
if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then
- pip_wheel pyinotify boto pylibacl Jinja2 cherrypy nose-show-skipped
+ pip_wheel pyinotify boto pylibacl Jinja2 cherrypy nose-show-skipped \
+ google_compute_engine
if [[ $PYVER == "2.6" ]]; then
pip install \