From d99a73a86505ed52c30c0818726d0577868148d2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= <cedric.dsm@tiolive.com>
Date: Tue, 28 Jun 2011 09:30:54 +0200
Subject: [PATCH] slaprunner : Try to install libxslt before lxml egg

---
 software/slaprunner/software.cfg | 4 ++--
 stack/flask.cfg                  | 3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/software/slaprunner/software.cfg b/software/slaprunner/software.cfg
index 65537f99..46c69678 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 912fc3f6..8073c01f 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
-- 
2.30.9