diff --git a/software/slaprunner/software.cfg b/software/slaprunner/software.cfg index 65537f9960b9591c9295720e288c1172f7ffe284..46c69678c00f770d0d429be8b2033e4257443566 100644 --- a/software/slaprunner/software.cfg +++ b/software/slaprunner/software.cfg @@ -1,13 +1,11 @@ [buildout] extends = ../../stack/flask.cfg - ../../component/libxslt/buildout.cfg extensions = slapos.rebootstrap parts = - libxslt eggs template runner @@ -18,6 +16,8 @@ find-links += versions = versions [template] +# Force installation of lxml egg properly before instqlling template +dummy = ${eggs:eggs} recipe = slapos.cookbook:template url = ${:_profile_base_location_}/instance.cfg output = ${buildout:directory}/template.cfg diff --git a/stack/flask.cfg b/stack/flask.cfg index 912fc3f61b3bc226b8ce86bf54d20ae7efab59d8..8073c01fb21a0ac8b7c44587dff4d74c75cd83a8 100644 --- a/stack/flask.cfg +++ b/stack/flask.cfg @@ -6,8 +6,7 @@ extensions = extends = ../component/python-2.7/buildout.cfg ../component/lxml-python/buildout.cfg - ../component/libxslt/buildout.cfg - + # Use only quite well working sites. allow-hosts = *.nexedi.org