summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-10-28 09:22:01 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-10-28 09:22:01 -0400
commit0f02b2c5eb52cebd918953b9f10689c5c9577d1d (patch)
tree2d1690cc167be1e6f5da75d26c7b2724432a31e8 /testsuite
parent1d27fdadac37eb95d56f98cf7bdd1721a339df81 (diff)
downloadbcfg2-0f02b2c5eb52cebd918953b9f10689c5c9577d1d.tar.gz
bcfg2-0f02b2c5eb52cebd918953b9f10689c5c9577d1d.tar.bz2
bcfg2-0f02b2c5eb52cebd918953b9f10689c5c9577d1d.zip
testsuite: remove duplicate django installation
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/install.sh b/testsuite/install.sh
index 8eecd71d7..3f066b2bc 100755
--- a/testsuite/install.sh
+++ b/testsuite/install.sh
@@ -17,7 +17,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<0.8' M2Crypto
+ pip install cheetah 'South<0.8' M2Crypto
fi
else
# python < 2.6 requires M2Crypto for SSL communication, not just