summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtestsuite/install.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/install.sh b/testsuite/install.sh
index 1185f8981..ce3ed22b1 100755
--- a/testsuite/install.sh
+++ b/testsuite/install.sh
@@ -28,7 +28,7 @@ else
if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then
pip_wheel PyYAML pyinotify boto pylibacl Jinja2 \
- cherrypy python-augeas nose-show-skipped
+ cherrypy nose-show-skipped
if [[ $PYVER == "2.6" ]]; then
pip install \
@@ -36,13 +36,13 @@ else
--global-option='--include-dirs=/usr/include/x86_64-linux-gnu' \
m2crypto
- pip_wheel 'django<1.7' 'South<0.8' 'mercurial<4.3' cheetah guppy
+ pip_wheel 'django<1.7' 'South<0.8' 'mercurial<4.3' cheetah guppy 'pycparser<2.19' python-augeas
else
if [[ $PYVER == "2.7" ]]; then
pip_wheel m2crypto guppy
fi
- pip_wheel django mercurial cheetah3
+ pip_wheel django mercurial cheetah3 python-augeas
fi
fi
fi