Commit 0ce9ba5d authored by Julien Muchembled's avatar Julien Muchembled

Remove useless explicit egg dependencies

parent 51740961
...@@ -27,10 +27,9 @@ eggs = ...@@ -27,10 +27,9 @@ eggs =
zc.buildout zc.buildout
slapos.libnetworkcache slapos.libnetworkcache
slapos.core slapos.core
supervisor
jsonschema jsonschema
hexagonit.recipe.download hexagonit.recipe.download
netaddr
inotifyx
lock_file lock_file
pytz pytz
erp5.util erp5.util
......
...@@ -71,21 +71,3 @@ mode = 0644 ...@@ -71,21 +71,3 @@ mode = 0644
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = eggs =
collective.recipe.template collective.recipe.template
# Add slapos.libnetworkcache to path of slapos.core.
[slapos-cookbook]
eggs =
${lxml-python:egg}
slapos.cookbook
cliff
hexagonit.recipe.download
inotifyx
netaddr
netifaces
requests
slapos.core
supervisor
xml_marshaller
pytz
slapos.libnetworkcache
...@@ -106,23 +106,11 @@ versions = versions ...@@ -106,23 +106,11 @@ versions = versions
networkcache-section = networkcache networkcache-section = networkcache
# Install slapos.cookbook containing all officials recipes # Install slapos.cookbook containing all officials recipes
# Explicitely define dependencies as well, because of buildout limitation
# if using "develop"
[slapos-cookbook] [slapos-cookbook]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = eggs =
${lxml-python:egg} ${lxml-python:egg}
slapos.cookbook slapos.cookbook
cliff
hexagonit.recipe.download
inotifyx
netaddr
netifaces
requests
slapos.core
supervisor
xml_marshaller
pytz
[versions] [versions]
# Use SlapOS patched zc.buildout # Use SlapOS patched zc.buildout
......
...@@ -476,7 +476,6 @@ eggs = ${neoppod:eggs} ...@@ -476,7 +476,6 @@ eggs = ${neoppod:eggs}
collective.recipe.template collective.recipe.template
coverage coverage
erp5diff erp5diff
inotifyx
interval interval
ipdb ipdb
Jinja2 Jinja2
......
...@@ -78,8 +78,6 @@ recipe = zc.recipe.egg:develop ...@@ -78,8 +78,6 @@ recipe = zc.recipe.egg:develop
setup = ${slapos.cookbook-repository:location} setup = ${slapos.cookbook-repository:location}
# Install slapos.cookbook containing all officials recipes # Install slapos.cookbook containing all officials recipes
# Explicitely define dependencies as well, because of buildout limitation
# if using "develop". XXX really ?
[slapos-cookbook] [slapos-cookbook]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = eggs =
...@@ -91,15 +89,6 @@ eggs = ...@@ -91,15 +89,6 @@ eggs =
pyOpenSSL pyOpenSSL
slapos.cookbook slapos.cookbook
slapos.libnetworkcache slapos.libnetworkcache
hexagonit.recipe.download
inotifyx
netaddr
netifaces
requests
slapos.core
supervisor
xml_marshaller
pytz
[versions] [versions]
# Use SlapOS patched zc.buildout # Use SlapOS patched zc.buildout
......
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