[Checkins] SVN: ZODB/trunk/buildout.cfg Removed buggy duplication
    jim 
    cvs-admin at zope.org
       
    Mon Dec  3 11:52:08 UTC 2012
    
    
  
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
    
    
More information about the checkins
mailing list