[FIX] Added lxml as required module on setup
authorXavier Morel <>
Wed, 11 Nov 2009 07:02:57 +0000 (12:32 +0530)
committerJay (Open ERP) <jvo@tinyerp.com>
Wed, 11 Nov 2009 07:02:57 +0000 (12:32 +0530)
lp bug: https://launchpad.net/bugs/479915 fixed

bzr revid: jvo@tinyerp.com-20091111070257-b628xbpfl0v3fshd

setup.py

index 47ea152..f34a69b 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -60,6 +60,7 @@ required_modules = [
     ('reportlab', 'reportlab module'),
     ('pychart', 'pychart module'),
     ('pydot', 'pydot module'),
+    ('lxml', 'lxml module: pythonic libxml2 and libxslt bindings'),
 ]
 
 def check_modules():