summaryrefslogtreecommitdiffstats
path: root/testsuite/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/install.sh')
-rwxr-xr-xtestsuite/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/install.sh b/testsuite/install.sh
index c8312bce9..843de0890 100755
--- a/testsuite/install.sh
+++ b/testsuite/install.sh
@@ -12,7 +12,7 @@ if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then
pip install --use-mirrors 'markdown<2.2'
pip install --use-mirrors simplejson
fi
- pip install --use-mirrors genshi cheetah 'django<1.4' M2Crypto yaml
+ pip install --use-mirrors genshi cheetah 'django<1.4' M2Crypto PyYAML
else
# python < 2.6 requires M2Crypto for SSL communication, not just
# for encryption support