[buildout] extends = ../software-profiles/libxml2.cfg ../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