kumofs : use python2.6 and use 'parts=' and add explicit libxslt part

parent 621f5c02
...@@ -8,13 +8,12 @@ extensions = ...@@ -8,13 +8,12 @@ extensions =
slapos.zcbworkarounds slapos.zcbworkarounds
slapos.rebootstrap slapos.rebootstrap
find-links += find-links =
http://www.nexedi.org/static/packages/source/slapos.buildout/ http://www.nexedi.org/static/packages/source/slapos.buildout/
extends = extends =
../../component/git/buildout.cfg ../../component/git/buildout.cfg
../../component/kumo/buildout.cfg ../../component/kumo/buildout.cfg
../../component/python-2.6/buildout.cfg
../../component/python-2.7/buildout.cfg ../../component/python-2.7/buildout.cfg
../../component/dcron/buildout.cfg ../../component/dcron/buildout.cfg
../../component/stunnel/buildout.cfg ../../component/stunnel/buildout.cfg
...@@ -27,6 +26,7 @@ parts += ...@@ -27,6 +26,7 @@ parts +=
# Create instance template # Create instance template
#TODO : list here all parts. #TODO : list here all parts.
template template
libxslt
eggs eggs
instance-recipe-egg instance-recipe-egg
...@@ -51,12 +51,12 @@ module = kumofs ...@@ -51,12 +51,12 @@ module = kumofs
# - we cannot rely on anything else being executed before [instance-recipe] # - we cannot rely on anything else being executed before [instance-recipe]
slaposcookbook_dummy = ${slaposcookbook:location} slaposcookbook_dummy = ${slaposcookbook:location}
recipe = zc.recipe.egg recipe = zc.recipe.egg
python = python2.6 python = python2.7
eggs = ${instance-recipe:egg} eggs = ${instance-recipe:egg}
[eggs] [eggs]
recipe = zc.recipe.egg recipe = zc.recipe.egg
python = python2.6 python = python2.7
eggs = eggs =
${lxml-python:egg} ${lxml-python:egg}
......
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