summaryrefslogtreecommitdiffstats
path: root/testsuite/install.sh
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-09-25 11:49:15 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-09-25 11:58:48 -0400
commiteac71fc1109f2edc6b71e62a6cff38d762bebe63 (patch)
tree203cf372e31b92dfc0cf7ea57c451c44e5e1e54b /testsuite/install.sh
parent3f16355e18cdceb37828a00a8181d9cc60815cd0 (diff)
downloadbcfg2-eac71fc1109f2edc6b71e62a6cff38d762bebe63.tar.gz
bcfg2-eac71fc1109f2edc6b71e62a6cff38d762bebe63.tar.bz2
bcfg2-eac71fc1109f2edc6b71e62a6cff38d762bebe63.zip
expanded pylint coverage
Diffstat (limited to 'testsuite/install.sh')
-rwxr-xr-xtestsuite/install.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/install.sh b/testsuite/install.sh
index 565e158df..c8312bce9 100755
--- a/testsuite/install.sh
+++ b/testsuite/install.sh
@@ -10,8 +10,9 @@ if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then
if [[ $PYVER == "2.5" ]]; then
# markdown 2.2.0 is broken on py2.5, so until 2.2.1 is released use 2.1
pip install --use-mirrors 'markdown<2.2'
+ pip install --use-mirrors simplejson
fi
- pip install --use-mirrors genshi cheetah 'django<1.4' M2Crypto
+ pip install --use-mirrors genshi cheetah 'django<1.4' M2Crypto yaml
else
# python < 2.6 requires M2Crypto for SSL communication, not just
# for encryption support