From d2ad2f4355965fc2bd38e9f75d2e62f38329d1bf Mon Sep 17 00:00:00 2001 From: "Anup (OpenERP)" Date: Thu, 13 May 2010 14:49:40 +0530 Subject: [PATCH] [FIX] Remove the libxml2 and libxslt dependencies for the packaging bzr revid: ach@tinyerp.com-20100513091940-kqftafi3slai91m9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 23b8babcec1..9bb569ea7a1 100755 --- a/setup.py +++ b/setup.py @@ -181,7 +181,7 @@ options = { "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", + "HTMLParser", "select", "mako", "poplib", "imaplib", "smtplib", "email", "yaml", ], "excludes" : ["Tkconstants","Tkinter","tcl"],