Commit 28b908ff authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

monitor: fix eggs

parent 7d04b1f0
......@@ -8,29 +8,28 @@ extends =
../../component/openssl/buildout.cfg
parts =
collective.recipe.template-egg
slapos-cookbook
dcron
download-static-files
eggs
monitor-eggs
extra-eggs
monitor-bin
monitor-template
rss-bin
slapos-cookbook
[collective.recipe.template-egg]
[monitor-eggs]
recipe = zc.recipe.egg
eggs = collective.recipe.template
PyRSS2Gen
eggs =
collective.recipe.template
cns.recipe.symlink
[extra-eggs]
recipe = zc.recipe.egg
interpreter = pythonwitheggs
eggs =
cns.recipe.symlink
PyRSS2Gen
Jinja2
[make-rss-script]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/make-rss.sh.in
......@@ -115,13 +114,3 @@ md5sum = 9e3feb2b520620d5b8d478eb9a9be6de
filename = static-files.tar.gz
destination = ${buildout:directory}/parts/monitor-static-files
mode = 0644
[eggs]
recipe = z3c.recipe.scripts
eggs =
slapos.cookbook
PyRSS2Gen
[versions]
PyRSS2Gen = 1.1
Jinja2 = 2.6
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