slaprunner : Try to install libxslt before lxml egg; simplify slaprunner software release

parent be3621c6
......@@ -2,10 +2,6 @@
extends =
../../stack/flask.cfg
extensions =
slapos.rebootstrap
slapos.zcbworkarounds
parts =
eggs
template
......@@ -22,15 +18,9 @@ output = ${buildout:directory}/template.cfg
mode = 0644
md5sum = 0b11736f009641b0b014890199c46760
[rebootstrap]
version = 1
section = python2.7
[runner]
recipe = zc.recipe.egg
[eggs]
eggs +=
slapos.toolbox
slapos.cookbook
[versions]
zc.buildout = 1.5.3-dev-SlapOS-004
# Stack for Flask microframework: http://flask.pocoo.org/
[buildout]
extensions =
slapos.rebootstrap
slapos.zcbworkarounds
extends =
../component/python-2.7/buildout.cfg
../component/lxml-python/buildout.cfg
......@@ -24,10 +28,16 @@ parts =
unzip = true
[eggs]
python = python2.7
recipe = zc.recipe.egg
eggs =
${lxml-python:egg}
Flask
slapos.cookbook
[lxml-python]
python = python2.7
\ No newline at end of file
python = python2.7
[rebootstrap]
version = 1
section = python2.7
\ No newline at end of file
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