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