[FIX] setup.py: add the missing librairies for the windows packaging

bzr revid: jvo@tinyerp.com-20100513062042-wqvv4syxyzcg3nri
This commit is contained in:
Jay (Open ERP) 2010-05-13 11:50:42 +05:30
parent 5af62f75e3
commit b027ff80a6
1 changed files with 8 additions and 5 deletions

View File

@ -176,11 +176,14 @@ options = {
"compressed": 1,
"optimize": 2,
"dist_dir": 'dist',
"packages": ["lxml", "lxml.builder", "lxml._elementpath", "lxml.etree",
"lxml.objectify", "decimal", "xml", "encodings",
"dateutil", "wizard", "pychart", "PIL", "pyparsing",
"pydot", "asyncore","asynchat", "reportlab", "vobject",
"HTMLParser", "select", "yaml"],
"packages": [
"lxml", "lxml.builder", "lxml._elementpath", "lxml.etree",
"lxml.objectify", "decimal", "xml", "xml", "xml.dom", "xml.xpath",
"encodings", "dateutil", "wizard", "pychart", "PIL", "pyparsing",
"pydot", "asyncore","asynchat", "reportlab", "vobject",
"HTMLParser", "select", "libxslt", "libxml2", "mako", "poplib",
"imaplib", "smtplib", "email", "yaml",
],
"excludes" : ["Tkconstants","Tkinter","tcl"],
}
}