From b027ff80a6a09a77e8369d403f11975b30ae02a0 Mon Sep 17 00:00:00 2001 From: "Jay (Open ERP)" Date: Thu, 13 May 2010 11:50:42 +0530 Subject: [PATCH] =?UTF-8?q?[FIX]=C2=A0setup.py:=C2=A0add=C2=A0the=C2=A0mis?= =?UTF-8?q?sing=C2=A0librairies=C2=A0for=C2=A0the=C2=A0windows=C2=A0packag?= =?UTF-8?q?ing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit bzr revid: jvo@tinyerp.com-20100513062042-wqvv4syxyzcg3nri --- setup.py | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 2e004e713df..23b8babcec1 100755 --- a/setup.py +++ b/setup.py @@ -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"], } }