From 9e84a3442435904774079c2be0e44c9c71d34df5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= <cedric.dsm@tiolive.com>
Date: Wed, 18 Jan 2012 12:46:53 +0100
Subject: [PATCH] kumo : Set complete part list

---
 software/kumofs/software.cfg | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/software/kumofs/software.cfg b/software/kumofs/software.cfg
index 5192f68be..97fb7255a 100644
--- a/software/kumofs/software.cfg
+++ b/software/kumofs/software.cfg
@@ -4,7 +4,6 @@ find-links +=
 
 extends =
   ../../component/kumo/buildout.cfg
-  ../../component/python-2.7/buildout.cfg
   ../../component/dcron/buildout.cfg
   ../../component/stunnel/buildout.cfg
   ../../component/rdiff-backup/buildout.cfg
@@ -27,11 +26,13 @@ allow-hosts =
 
 versions = versions
 
-parts +=
+parts =
 # Create instance template
-#TODO : list here all parts.
+  rdiff-backup
+  dcron
+  kumo
+  stunnel
   template
-  libxslt
   eggs
   instance-recipe-egg
 
@@ -46,12 +47,10 @@ module = kumofs
 
 [instance-recipe-egg]
 recipe = zc.recipe.egg
-python = python2.7
 eggs = ${instance-recipe:egg}
 
 [eggs]
 recipe = zc.recipe.egg
-python = python2.7
 eggs =
   ${lxml-python:egg}
 
-- 
2.30.9