Commit 1c3b5bfe authored by Łukasz Nowak's avatar Łukasz Nowak

Depend on lxml version change.

parent 9a1282ac
...@@ -14,8 +14,12 @@ PATH = ${libxslt:location}/bin:%(PATH)s ...@@ -14,8 +14,12 @@ PATH = ${libxslt:location}/bin:%(PATH)s
recipe = zc.recipe.egg:custom recipe = zc.recipe.egg:custom
egg = lxml egg = lxml
depends = ${versions:lxml}
rpath = rpath =
${libxml2:location}/lib/ ${libxml2:location}/lib/
${libxslt:location}/lib/ ${libxslt:location}/lib/
${zlib:location}/lib/ ${zlib:location}/lib/
environment = lxml-python-env environment = lxml-python-env
[versions]
lxml =
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