Skip to content
Snippets Groups Projects
Commit 275e96de authored by Xavier Morel's avatar Xavier Morel Committed by Jay Vora
Browse files

[FIX] Added lxml as required module on setup

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

bzr revid: jvo@tinyerp.com-20091111070257-b628xbpfl0v3fshd
parent c36ff651
No related branches found
No related tags found
No related merge requests found
......@@ -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():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment