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

- as lxml shall be built against locally provided xml and xslt

   libraries provide its profile


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39911 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 69884dad
[buildout]
extends =
https://svn.erp5.org/repos/public/erp5/trunk/buildout/software-profiles/libxml2.cfg
https://svn.erp5.org/repos/public/erp5/trunk/buildout/software-profiles/libxslt.cfg
parts =
lxml-python
[lxml-python-env]
PATH = ${libxslt:location}/bin:%(PATH)s
[lxml-python]
recipe = zc.recipe.egg:custom
egg = lxml
rpath =
${libxml2:location}/lib/
${libxslt:location}/lib/
environment = lxml-python-env
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