buildout.cfg
branch2011
changeset 522 01b130ea8d8d
parent 477 54e05b1ec765
--- a/buildout.cfg	Mon Jan 30 15:18:14 2012 +0530
+++ b/buildout.cfg	Mon Jan 30 15:19:23 2012 +0530
@@ -1,5 +1,5 @@
 [buildout]
-parts = django tagging django-robots south reportlab
+parts = django tagging django-robots reportlab
 eggs = 
     Werkzeug
     PIL
@@ -26,7 +26,6 @@
 pythonpath = 
     ${tagging:location}
     ${django-robots:location}
-    ${south:location}
 
 [tagging]
 recipe = infrae.subversion
@@ -36,6 +35,3 @@
 recipe = zerokspot.recipe.git
 repository = https://github.com/jezdez/django-robots.git
 
-[south]
-recipe = mercurialrecipe
-repository = http://bitbucket.org/andrewgodwin/south/