Commit a1d5e99f authored by Rafael Monnerat's avatar Rafael Monnerat

Included xml-python.

parent 6ac2c24a
...@@ -10,7 +10,7 @@ find-links = ...@@ -10,7 +10,7 @@ find-links =
http://www.nexedi.org/static/packages/source/ http://www.nexedi.org/static/packages/source/
extends = extends =
# Exact version of Zope ../component/lxml-python/buildout.cfg
../component/apache/buildout.cfg ../component/apache/buildout.cfg
../component/logrotate/buildout.cfg ../component/logrotate/buildout.cfg
../component/varnish/buildout.cfg ../component/varnish/buildout.cfg
...@@ -29,9 +29,14 @@ parts = ...@@ -29,9 +29,14 @@ parts =
# Buildoutish # Buildoutish
instance-recipe-egg instance-recipe-egg
[lxml-python]
python = python2.7
[instance-recipe-egg] [instance-recipe-egg]
recipe = zc.recipe.egg recipe = zc.recipe.egg
python = python2.7
eggs = eggs =
${lxml-python:egg}
${instance-recipe:egg} ${instance-recipe:egg}
[rebootstrap] [rebootstrap]
......
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