summaryrefslogtreecommitdiffstats
path: root/testsuite/install.sh
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-09-25 14:05:52 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-09-25 14:05:52 -0400
commit4096811a53b8ee44b1382897065bcd99a80ab1c0 (patch)
tree7927dd686c3e1054960b7bb69ab504bda46af0d8 /testsuite/install.sh
parentf9326a1996a665171c37e0f35a53e037c50666e8 (diff)
downloadbcfg2-4096811a53b8ee44b1382897065bcd99a80ab1c0.tar.gz
bcfg2-4096811a53b8ee44b1382897065bcd99a80ab1c0.tar.bz2
bcfg2-4096811a53b8ee44b1382897065bcd99a80ab1c0.zip
fixes for test environment
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