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 = ...@@ -9,12 +9,10 @@ parts =
extends = versions-zope2.cfg extends = versions-zope2.cfg
versions = versions versions = versions
unzip = true unzip = true
eggs =
Zope2
[test] [test]
recipe = zc.recipe.testrunner recipe = zc.recipe.testrunner
eggs = ${buildout:eggs} eggs = Zope2
[scripts] [scripts]
recipe = zc.recipe.egg:scripts recipe = zc.recipe.egg:scripts
...@@ -22,6 +20,6 @@ eggs = Zope2 ...@@ -22,6 +20,6 @@ eggs = Zope2
[zopepy] [zopepy]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = ${buildout:eggs} eggs = Zope2
interpreter = zopepy interpreter = zopepy
scripts = 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