slaprunner : Try to install libxslt before lxml egg

parent 74496b06
[buildout] [buildout]
extends = extends =
../../stack/flask.cfg ../../stack/flask.cfg
../../component/libxslt/buildout.cfg
extensions = extensions =
slapos.rebootstrap slapos.rebootstrap
parts = parts =
libxslt
eggs eggs
template template
runner runner
...@@ -18,6 +16,8 @@ find-links += ...@@ -18,6 +16,8 @@ find-links +=
versions = versions versions = versions
[template] [template]
# Force installation of lxml egg properly before instqlling template
dummy = ${eggs:eggs}
recipe = slapos.cookbook:template recipe = slapos.cookbook:template
url = ${:_profile_base_location_}/instance.cfg url = ${:_profile_base_location_}/instance.cfg
output = ${buildout:directory}/template.cfg output = ${buildout:directory}/template.cfg
......
...@@ -6,8 +6,7 @@ extensions = ...@@ -6,8 +6,7 @@ extensions =
extends = extends =
../component/python-2.7/buildout.cfg ../component/python-2.7/buildout.cfg
../component/lxml-python/buildout.cfg ../component/lxml-python/buildout.cfg
../component/libxslt/buildout.cfg
# Use only quite well working sites. # Use only quite well working sites.
allow-hosts = allow-hosts =
*.nexedi.org *.nexedi.org
......
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