buildout.cfg
changeset 331 2ac3cf08cd00
parent 330 2c38a7cafba9
child 332 2eb286e89615
--- a/buildout.cfg	Thu Dec 02 19:09:32 2010 +0530
+++ b/buildout.cfg	Thu Dec 02 19:13:08 2010 +0530
@@ -10,12 +10,13 @@
 recipe = djangorecipe
 version = 1.2.1
 settings = production
-eggs = ${buildout:eggs}
+eggs =
+    ${buildout:eggs}
+    ${reportlab:eggs}
 pythonpath = 
     ${tagging:location}
     ${django-robots:location}
     ${south:location}
-    ${reportlab:eggs}
 
 [tagging]
 recipe = infrae.subversion