summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-05-23 08:56:16 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-05-23 08:56:16 -0400
commitdd23a6223311c6a629f6e1980adfc32f9849becd (patch)
treece7edf1bd7f5739e0905e3d6a6c3e6ceec67bfe6
parentae765a2e2d82170205a27371a07e1a80aa903fc9 (diff)
downloadbcfg2-dd23a6223311c6a629f6e1980adfc32f9849becd.tar.gz
bcfg2-dd23a6223311c6a629f6e1980adfc32f9849becd.tar.bz2
bcfg2-dd23a6223311c6a629f6e1980adfc32f9849becd.zip
testsuite: install older South for python 2.4 compat
-rwxr-xr-xtestsuite/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/install.sh b/testsuite/install.sh
index 817ed5911..1ca89f40f 100755
--- a/testsuite/install.sh
+++ b/testsuite/install.sh
@@ -15,7 +15,7 @@ if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then
if [[ ${PYVER:0:1} == "2" ]]; then
# django supports py3k, but South doesn't, and the django bits
# in bcfg2 require South
- pip install cheetah 'django<1.5' South M2Crypto
+ pip install cheetah 'django<1.5' 'South<0.8' M2Crypto
fi
else
# python < 2.6 requires M2Crypto for SSL communication, not just