[FIX] Added lxml as required module on setup

lp bug: https://launchpad.net/bugs/479915 fixed

bzr revid: jvo@tinyerp.com-20091111070257-b628xbpfl0v3fshd
This commit is contained in:
Xavier Morel 2009-11-11 12:32:57 +05:30 committed by Jay (Open ERP)
parent c36ff651f2
commit 275e96de88
1 changed files with 1 additions and 0 deletions

View File

@ -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():