buildout.cfg
branch2011
changeset 477 54e05b1ec765
parent 389 fe49720e67bf
--- a/buildout.cfg	Fri Dec 02 16:48:56 2011 +0530
+++ b/buildout.cfg	Fri Dec 02 22:58:26 2011 +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/