From b71edc84a36e16d2a5483bae9c7e1d99113c9e38 Mon Sep 17 00:00:00 2001 From: Stephane Wirtel Date: Fri, 14 Nov 2008 16:09:32 +0100 Subject: [PATCH] Add the dependencies bzr revid: stephane@tinyerp.com-20081114150932-spftitvmm4vnv1gp --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 95c8f30d3b2..a3f2c5ec2dc 100755 --- a/setup.py +++ b/setup.py @@ -54,7 +54,10 @@ required_modules = [ ('psycopg', 'PostgreSQL module'), ('xml', 'XML Tools for python'), ('libxml2', 'libxml2 python bindings'), - ('libxslt', 'libxslt python bindings') + ('libxslt', 'libxslt python bindings'), + ('reportlab', 'reportlab module'), + ('pychart', 'pychart module'), + ('pydot', 'pydot module'), ] def check_modules():