Commit 9a0ca073 authored by Jérome Perrin's avatar Jérome Perrin

software/*: make extra-eggs a software section

Despite the name, this section was inherited from monitor, but now that
we fixed monitor to prefix the sections, this section is no longer
extended from monitor, but defined in softwares
parent 86af5982
......@@ -38,9 +38,9 @@ parts +=
proxy-by-url
http-proxy
# Extent extra-eggs.
[extra-eggs]
eggs +=
recipe = zc.recipe.egg
eggs =
websockify
erp5.util
......
......@@ -73,12 +73,7 @@ depends = ${caddyprofiledeps-develop:recipe}
recipe = zc.recipe.egg
eggs =
caddyprofiledeps
# Extent extra-eggs.
[extra-eggs]
eggs +=
websockify
erp5.util
collective.recipe.shelloutput
[template-common]
......
......@@ -41,7 +41,8 @@ parts = ${:common-parts}
#XXX-Cedric : add list of keyboard layouts (azerty/us querty/...) parameter to qemu
[extra-eggs]
eggs +=
recipe = zc.recipe.egg
eggs =
${python-cffi:egg}
websockify
slapos.cookbook
......
......@@ -51,6 +51,7 @@ common-parts =
parts =
${:common-parts}
[template-base]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/${:filename}
......@@ -143,7 +144,9 @@ filename = slapos-slapuser-script.in
output = ${buildout:directory}/buildout-shared-part-list
[extra-eggs]
eggs +=
recipe = zc.recipe.egg
interpreter = pythonwitheggs
eggs =
erp5.util
lock-file
slapos.recipe.build
......@@ -155,6 +158,10 @@ eggs +=
# BBB: eggs used as recipe should be kept otherwise sections depending
# on it can't be uninstalled
collective.recipe.shelloutput
scripts =
gunicorn
supervisord
supervisorctl
[versions]
Flask-Auth = 0.85
......
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