From dd066f3c29392e0a6f7121ff4d35ed7449a5dfaa Mon Sep 17 00:00:00 2001 From: Xavier Morel Date: Fri, 11 Oct 2013 09:48:58 +0200 Subject: [PATCH] [REM] slugify dependency by request of fp bzr revid: xmo@openerp.com-20131011074858-13sjso9le07ppiyj --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c71a40e2faf..096288623cd 100644 --- a/setup.py +++ b/setup.py @@ -75,7 +75,7 @@ def py2exe_options(): "skip_archive": 1, "optimize": 0, # keep the assert running, because the integrated tests rely on them. "dist_dir": 'dist', - "packages": [ "DAV", "HTMLParser", "PIL", "asynchat", "asyncore", "commands", "dateutil", "decimal", "docutils", "email", "encodings", "imaplib", "jinja2", "lxml", "lxml._elementpath", "lxml.builder", "lxml.etree", "lxml.objectify", "mako", "openerp", "poplib", "pychart", "pydot", "pyparsing", "pytz", "reportlab", "select", "simplejson", "smtplib", "uuid", "vatnumber", "vobject", "xml", "xml.dom", "yaml", "slugify", "unidecode"], + "packages": [ "DAV", "HTMLParser", "PIL", "asynchat", "asyncore", "commands", "dateutil", "decimal", "docutils", "email", "encodings", "imaplib", "jinja2", "lxml", "lxml._elementpath", "lxml.builder", "lxml.etree", "lxml.objectify", "mako", "openerp", "poplib", "pychart", "pydot", "pyparsing", "pytz", "reportlab", "select", "simplejson", "smtplib", "uuid", "vatnumber", "vobject", "xml", "xml.dom", "yaml"], "excludes" : ["Tkconstants","Tkinter","tcl"], } } @@ -133,7 +133,6 @@ setuptools.setup( 'python-dateutil < 2', 'python-ldap', # optional 'python-openid', - 'python-slugify', # website dependency 'pytz', 'pywebdav', 'pyyaml',