Commit c5d37eda authored by Jérome Perrin's avatar Jérome Perrin

stack/erp5: pin new eggs version and use setup-requires when needed

parent 2264cf75
......@@ -413,6 +413,18 @@ Products.DCWorkflow-patch-options = -p1
[Products.GenericSetup]
<= zope-product-with-eggtestinfo
[egg-with-zope-proxy]
recipe = zc.recipe.egg:custom
setup-eggs =
zope.proxy
egg = ${:_buildout_section_name_}
[zope.security]
<= egg-with-zope-proxy
[zope.container]
<= egg-with-zope-proxy
setup-eggs +=
${persistent:egg}
[eggs]
<= neoppod
eggs = ${neoppod:eggs}
......@@ -496,6 +508,8 @@ eggs = ${neoppod:eggs}
xlrd
# Zope
${zope.security:egg}
${zope.container:egg}
Zope2
${tempstorage:egg}
# Zope acquisition patch
......@@ -788,12 +802,18 @@ Products.StandardCacheManagers = 4.1.0
#Products.GenericSetup = 1.8.6
# AUREL + Jerome
Products.ZSQLMethods = 3.14
Products.ExternalMethod = 4.5
Products.GenericSetup = 2.1.5
Products.PythonScripts = 4.13
Products.MailHost = 4.11
Products.Sessions = 4.12
Products.SiteErrorLog = 5.5
Products.ZSQLMethods = 3.14
html5lib = 1.1
mechanize = 0.4.7
zLOG = 3.1
zope.password = 4.3.1
zope.error = 4.5.0
zope.authentication = 4.5.0
zope.session = 4.4.0
zope.minmax = 2.2.0
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