Commit bbfe5611 authored by Jérome Perrin's avatar Jérome Perrin

fixup! DREAM: generate a python interpreter with manpy installed

parent 5f02084a
......@@ -25,9 +25,10 @@ host = $${instance-parameter:ipv6-random}
# interpreter
[dream_interpreter]
recipe = zc.recipe.egg
eggs = ${manpy:eggs}
interpreter = dream_interpreter
recipe = slapos.cookbook:wrapper
command-line = ${buildout:bin-directory}/dream_interpreter
wrapper-path = $${buildout:bin-directory}/dream_interpreter
parameters-extra = true
# service
[dream_platform]
......
......@@ -9,6 +9,7 @@ parts =
slapos-cookbook
manpy
dream_testrunner
dream_interpreter
npm_install
instance
......@@ -27,6 +28,13 @@ script = dream_testrunner
initialization =
${manpy:initialization}
[dream_interpreter]
recipe = z3c.recipe.scripts
eggs = ${manpy:eggs}
interpreter = dream_interpreter
initialization =
${manpy:initialization}
[npm_install]
recipe = plone.recipe.command
stop-on-error = true
......@@ -55,6 +63,7 @@ zope.exceptions = 4.0.7
zope.testing = 4.1.3
zc.recipe.testrunner = 2.0.0
zope.testrunner = 4.4.6
z3c.recipe.scripts = 1.0.1
# XXX We develop slapos.cookbook to include 'wrapper script: workaround kernel limitation in shebang line length'
slapos.cookbook =
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