Explicitely install eggs with z3c.recipe.scripts

parent c567f65c
...@@ -9,8 +9,8 @@ extends = ...@@ -9,8 +9,8 @@ extends =
parts = parts =
template template
eggs
slapos-cookbook slapos-cookbook
eggs
[template] [template]
recipe = slapos.recipe.template recipe = slapos.recipe.template
...@@ -26,8 +26,9 @@ output = ${buildout:directory}/template-runner.cfg ...@@ -26,8 +26,9 @@ output = ${buildout:directory}/template-runner.cfg
md5sum = 0ddddd0be595df4fb15d55e566cc3bc3 md5sum = 0ddddd0be595df4fb15d55e566cc3bc3
mode = 0644 mode = 0644
[slapos-cookbook] [eggs]
eggs += recipe = z3c.recipe.scripts
eggs =
slapos.libnetworkcache slapos.libnetworkcache
slapos.toolbox slapos.toolbox
slapos.core slapos.core
......
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