# HG changeset patch # User Madhusudan.C.S # Date 1291299295 -19800 # Node ID 2eb286e8961591b2a96fc8e1b06e319bec250ece # Parent 2ac3cf08cd002d6016248a8b8896c1e56e3fa12e Added a section in buildout configuration for report lab. diff -r 2ac3cf08cd00 -r 2eb286e89615 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