Added a section in buildout configuration for report lab.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Thu, 02 Dec 2010 19:44:55 +0530
changeset 332 2eb286e89615
parent 331 2ac3cf08cd00
child 333 142f7f94de19
Added a section in buildout configuration for report lab.
buildout.cfg
--- a/buildout.cfg	Thu Dec 02 19:13:08 2010 +0530
+++ b/buildout.cfg	Thu Dec 02 19:44:55 2010 +0530
@@ -1,10 +1,19 @@
 [buildout]
-parts = django tagging django-robots south
+parts = django tagging django-robots south reportlab
 eggs = 
     Werkzeug
     PIL
     docutils
+
+[versions]
+reportlab=2.5
+
+[reportlab]
+recipe=zc.recipe.egg
+eggs=
     reportlab
+find-links=
+    http://distfiles.minitage.org/public/externals/minitage/
 
 [django]
 recipe = djangorecipe