summaryrefslogtreecommitdiffstats
path: root/testsuite/install.sh
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-10-09 10:13:46 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-10-09 10:13:46 -0400
commitbac5743294fbb33e2e90b9f1c13174a964f5c676 (patch)
treeee20585ae8bbd90fd942cfb4e1c82c5440615ca6 /testsuite/install.sh
parentfa334b413853a737998493917465a9ed42377a54 (diff)
downloadbcfg2-bac5743294fbb33e2e90b9f1c13174a964f5c676.tar.gz
bcfg2-bac5743294fbb33e2e90b9f1c13174a964f5c676.tar.bz2
bcfg2-bac5743294fbb33e2e90b9f1c13174a964f5c676.zip
added django South to optional deps for unit testing
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 9f3c87ad5..2c962e171 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
+ pip install --use-mirrors genshi cheetah 'django<1.4' South M2Crypto
else
# python < 2.6 requires M2Crypto for SSL communication, not just
# for encryption support