summaryrefslogtreecommitdiffstats
path: root/testsuite/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/install.sh')
-rwxr-xr-xtestsuite/install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/install.sh b/testsuite/install.sh
index b8220d217..4ea811de0 100755
--- a/testsuite/install.sh
+++ b/testsuite/install.sh
@@ -21,11 +21,11 @@ else
fi
if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then
- pip_wheel PyYAML pyinotify boto pylibacl Jinja2 guppy \
+ pip_wheel PyYAML pyinotify boto pylibacl Jinja2 \
cherrypy python-augeas nose-show-skipped
if [[ ${PYVER:0:1} == "2" ]]; then
- pip_wheel cheetah m2crypto
+ pip_wheel cheetah m2crypto guppy
fi
if [[ $PYVER == "2.6" ]]; then