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"], } }