Commit 05759a0a authored by Jérome Perrin's avatar Jérome Perrin

software/dream: fix paths installed by more than one section

parent 0eea2229
...@@ -8,7 +8,6 @@ parts = ...@@ -8,7 +8,6 @@ parts =
slapos-cookbook slapos-cookbook
manpy manpy
dream_testrunner dream_testrunner
dream_interpreter
npm_install npm_install
instance instance
...@@ -24,13 +23,6 @@ script = dream_testrunner ...@@ -24,13 +23,6 @@ script = dream_testrunner
initialization = initialization =
${manpy:initialization} ${manpy:initialization}
[dream_interpreter]
recipe = zc.recipe.egg
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
......
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