remove xml.* dependencies in py2exe packages list

bzr revid: xmo@tinyerp.com-20100302090031-3b05optzvlycn88z
This commit is contained in:
Xavier Morel 2010-03-02 10:00:31 +01:00
parent f4820709b6
commit e272ebf713
1 changed files with 4 additions and 4 deletions

View File

@ -171,10 +171,10 @@ options = {
"optimize": 2,
"dist_dir": 'dist',
"packages": ["lxml", "lxml.builder", "lxml._elementpath", "lxml.etree",
"lxml.objectify", "decimal", "xml", "xml.dom", "xml.xpath",
"encodings","dateutil","wizard","pychart","PIL",
"pyparsing", "pydot","asyncore","asynchat", "reportlab",
"vobject", "HTMLParser", "select"],
"lxml.objectify", "decimal", "xml", "encodings",
"dateutil", "wizard", "pychart", "PIL", "pyparsing",
"pydot", "asyncore","asynchat", "reportlab", "vobject",
"HTMLParser", "select"],
"excludes" : ["Tkconstants","Tkinter","tcl"],
}
}