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

- even if PyXML is being compiled it does not link with non-libc libraries,

   so it is safe to not workaround buildout limitation and install it as usual
   egg


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42965 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent dc1ad40c
......@@ -4,7 +4,6 @@ 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
......@@ -66,9 +65,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
......
......@@ -3,7 +3,6 @@ extends =
mysql-tritonn-5.0.cfg
python-2.4.cfg
lxml-python.cfg
pyxml-python.cfg
mysql-python.cfg
subversion.cfg
pysvn-python.cfg
......@@ -83,9 +82,9 @@ eggs =
${itools:egg}
${mysql-python:egg}
${lxml-python:egg}
${pyxml-python:egg}
${pysvn-python:egg}
${python-ldap-python:egg}
PyXML
ClientForm
SOAPpy
cElementTree
......
[buildout]
extends =
libexpat.cfg
parts =
pyxml-python
[pyxml-python]
recipe = zc.recipe.egg:custom
egg = PyXML
include-dirs =
${libexpat:location}/include
library-dirs =
${libexpat:location}/lib
rpath =
${libexpat:location}/lib
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