X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=setup.py;h=d4fefa4d59ef63d9b45ae3746eef7b7a55b50a22;hb=1f2b2be39adab391d346087692ca8f201ba170b2;hp=7ebf8ce5a760b6dc963657c5fdf9cd146d272b8f;hpb=780fd64ccdd0fd655f21ec0743e642ba38344a4b;p=odoo%2Fodoo.git diff --git a/setup.py b/setup.py index 7ebf8ce..d4fefa4 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ ############################################################################## # # OpenERP, Open Source Management Solution -# Copyright (C) 2004-2009 Tiny SPRL (). +# Copyright (C) 2004-2010 Tiny SPRL (). # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -53,7 +53,7 @@ py_short_version = '%s.%s' % sys.version_info[:2] required_modules = [ ('lxml', 'lxml module: pythonic libxml2 and libxslt bindings'), ('mako', 'Mako template engine'), - ('mx', "egenix's mx library for its extended DateTime module"), + ('dateutil', "Extensions to the standard datetime module"), ('psycopg2', 'PostgreSQL module'), ('pychart', 'pychart module'), ('pydot', 'pydot module'), @@ -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","mx.DateTime","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"], } }