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 = ...@@ -4,6 +4,7 @@ extends =
mysql-tritonn-5.0.cfg mysql-tritonn-5.0.cfg
python-2.6.cfg python-2.6.cfg
lxml-python.cfg lxml-python.cfg
pyxml-python.cfg
mysql-python.cfg mysql-python.cfg
python-ldap-python.cfg python-ldap-python.cfg
pysvn-python.cfg pysvn-python.cfg
...@@ -65,9 +66,9 @@ recipe = zc.recipe.egg ...@@ -65,9 +66,9 @@ recipe = zc.recipe.egg
eggs = eggs =
${mysql-python:egg} ${mysql-python:egg}
${lxml-python:egg} ${lxml-python:egg}
${pyxml-python:egg}
${python-ldap-python:egg} ${python-ldap-python:egg}
${pysvn-python:egg} ${pysvn-python:egg}
PyXML
SOAPpy SOAPpy
cElementTree cElementTree
chardet chardet
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
extends = extends =
mysql-tritonn-5.0.cfg mysql-tritonn-5.0.cfg
python-2.4.cfg python-2.4.cfg
lxml-python.cfg pyxml-python.cfg
mysql-python.cfg mysql-python.cfg
subversion.cfg subversion.cfg
pysvn-python.cfg pysvn-python.cfg
...@@ -82,10 +82,10 @@ eggs = ...@@ -82,10 +82,10 @@ eggs =
${itools:egg} ${itools:egg}
${mysql-python:egg} ${mysql-python:egg}
${lxml-python:egg} ${lxml-python:egg}
${pyxml-python:egg}
${pysvn-python:egg} ${pysvn-python:egg}
${python-ldap-python:egg} ${python-ldap-python:egg}
ClientForm ClientForm
PyXML
SOAPpy SOAPpy
cElementTree cElementTree
chardet chardet
...@@ -94,7 +94,6 @@ eggs = ...@@ -94,7 +94,6 @@ eggs =
erp5.recipe.mysqldatabase erp5.recipe.mysqldatabase
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