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

- use locally build PyXML, as it is linked against libexpat

 - do not repeat lxml


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42936 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c99c9d9f
......@@ -4,6 +4,7 @@ extends =
mysql-tritonn-5.0.cfg
python-2.6.cfg
lxml-python.cfg
pyxml-python.cfg
mysql-python.cfg
python-ldap-python.cfg
pysvn-python.cfg
......@@ -65,9 +66,9 @@ recipe = zc.recipe.egg
eggs =
${mysql-python:egg}
${lxml-python:egg}
${pyxml-python:egg}
${python-ldap-python:egg}
${pysvn-python:egg}
PyXML
SOAPpy
cElementTree
chardet
......
......@@ -2,7 +2,7 @@
extends =
mysql-tritonn-5.0.cfg
python-2.4.cfg
lxml-python.cfg
pyxml-python.cfg
mysql-python.cfg
subversion.cfg
pysvn-python.cfg
......@@ -82,10 +82,10 @@ eggs =
${itools:egg}
${mysql-python:egg}
${lxml-python:egg}
${pyxml-python:egg}
${pysvn-python:egg}
${python-ldap-python:egg}
ClientForm
PyXML
SOAPpy
cElementTree
chardet
......@@ -94,7 +94,6 @@ eggs =
erp5.recipe.mysqldatabase
erp5diff
ipdb
lxml
mechanize
numpy
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