Commit cf4921d3 authored by Łukasz Nowak's avatar Łukasz Nowak

- build lxml python against locally provided libraries


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40086 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 103105d1
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
extends = extends =
mysql-tritonn-5.0.cfg mysql-tritonn-5.0.cfg
python-2.6.cfg python-2.6.cfg
lxml-python.cfg
parts = parts =
itools-build itools-build
...@@ -73,13 +74,13 @@ update-command = ${:command} ...@@ -73,13 +74,13 @@ update-command = ${:command}
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = eggs =
${mysql-python:egg} ${mysql-python:egg}
${lxml-python:egg}
PyXML PyXML
SOAPpy SOAPpy
cElementTree cElementTree
elementtree elementtree
erp5diff erp5diff
ipdb ipdb
lxml
mechanize mechanize
numpy numpy
ordereddict ordereddict
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment