Add the reportlab package into the options

Now, don't forget to install python-reportlab, python-pydot and python-pychart

bzr revid: stephane@tinyerp.com-20081115091922-8wmxblu916mqbcr6
This commit is contained in:
Stephane Wirtel 2008-11-15 10:19:22 +01:00
parent 235032e4fc
commit 0fa054d643
1 changed files with 1 additions and 3 deletions

View File

@ -164,7 +164,7 @@ options = {
"packages": ["lxml", "lxml.builder", "lxml._elementpath", "lxml.etree",
"lxml.objectify", "decimal", "xml", "xml.dom", "xml.xpath",
"encodings","mx.DateTime","wizard","pychart","PIL", "pyparsing",
"pydot","asyncore","asynchat"],
"pydot","asyncore","asynchat", "reportlab"],
"excludes" : ["Tkconstants","Tkinter","tcl"],
}
}
@ -187,8 +187,6 @@ setup(name = name,
'openerp-server.ssl',
'openerp-server.service',
'openerp-server.tools',
'openerp-server.pychart',
'openerp-server.pychart.afm',
'openerp-server.report',
'openerp-server.report.printscreen',
'openerp-server.report.render',