[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/DEPENDENCIES.cfg Add
	missing dependency on ZEO. ; -(
    Fred L. Drake, Jr. 
    fred at zope.com
       
    Thu Jun  3 13:28:47 EDT 2004
    
    
  
Log message for revision 25233:
Add missing dependency on ZEO.  ;-(
-=-
Modified: ZODB/trunk/src/ZODB/DEPENDENCIES.cfg
===================================================================
--- ZODB/trunk/src/ZODB/DEPENDENCIES.cfg	2004-06-03 17:09:51 UTC (rev 25232)
+++ ZODB/trunk/src/ZODB/DEPENDENCIES.cfg	2004-06-03 17:28:46 UTC (rev 25233)
@@ -2,3 +2,5 @@
 ZConfig
 persistent
 transaction
+# referenced by ZODB.config and related tests
+ZEO
    
    
More information about the Zodb-checkins
mailing list