SVN: ZODB/trunk/buildout.cfg Removed buggy duplication

jim <[email protected]> Mon, 3 Dec 2012 06:52:08 -0500 (EST)
Newsgroups gmane.comp.python.zope.zodb.cvs
Message-ID <20121203115208.A013A94173__33721.5390093208$1354535545$gmane$org@cvs.zope.org>
Log message for revision 128494:
  Removed buggy duplication
  

Changed:
  U   ZODB/trunk/buildout.cfg

-=-
Modified: ZODB/trunk/buildout.cfg
===================================================================
--- ZODB/trunk/buildout.cfg	2012-12-03 10:13:52 UTC (rev 128493)
+++ ZODB/trunk/buildout.cfg	2012-12-03 11:52:07 UTC (rev 128494)
@@ -23,8 +23,5 @@
 
 [scripts]
 recipe = zc.recipe.egg
-eggs =
-    persistent
-    BTrees
-    ZODB3 [test]
+eggs = ${test:eggs}
 interpreter = py