Commit e6029354 authored by Baiju Muthukadan's avatar Baiju Muthukadan

Simplified buildout configuration by removing references to '${buildout:eggs}'.

They are not needed because there is only one egg (Zope2) required for each part.
parent c6469f68
......@@ -9,12 +9,10 @@ parts =
extends = versions-zope2.cfg
versions = versions
unzip = true
eggs =
Zope2
[test]
recipe = zc.recipe.testrunner
eggs = ${buildout:eggs}
eggs = Zope2
[scripts]
recipe = zc.recipe.egg:scripts
......@@ -22,6 +20,6 @@ eggs = Zope2
[zopepy]
recipe = zc.recipe.egg
eggs = ${buildout:eggs}
eggs = Zope2
interpreter = zopepy
scripts = zopepy
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