[Zodb-checkins] SVN: ZODB/trunk/src/ add packaging dependency information

Fred L. Drake, Jr. fdrake at gmail.com
Fri Apr 1 18:10:50 EST 2005


Log message for revision 29818:
  add packaging dependency information

Changed:
  U   ZODB/trunk/src/BTrees/DEPENDENCIES.cfg
  U   ZODB/trunk/src/ZODB/DEPENDENCIES.cfg
  U   ZODB/trunk/src/persistent/DEPENDENCIES.cfg
  U   ZODB/trunk/src/transaction/DEPENDENCIES.cfg

-=-
Modified: ZODB/trunk/src/BTrees/DEPENDENCIES.cfg
===================================================================
--- ZODB/trunk/src/BTrees/DEPENDENCIES.cfg	2005-04-01 22:57:54 UTC (rev 29817)
+++ ZODB/trunk/src/BTrees/DEPENDENCIES.cfg	2005-04-01 23:10:50 UTC (rev 29818)
@@ -1,2 +1,3 @@
 persistent
 transaction
+zope.interfaces

Modified: ZODB/trunk/src/ZODB/DEPENDENCIES.cfg
===================================================================
--- ZODB/trunk/src/ZODB/DEPENDENCIES.cfg	2005-04-01 22:57:54 UTC (rev 29817)
+++ ZODB/trunk/src/ZODB/DEPENDENCIES.cfg	2005-04-01 23:10:50 UTC (rev 29818)
@@ -4,3 +4,5 @@
 transaction
 # referenced by ZODB.config and related tests
 ZEO
+zope.interface
+zope.testing

Modified: ZODB/trunk/src/persistent/DEPENDENCIES.cfg
===================================================================
--- ZODB/trunk/src/persistent/DEPENDENCIES.cfg	2005-04-01 22:57:54 UTC (rev 29817)
+++ ZODB/trunk/src/persistent/DEPENDENCIES.cfg	2005-04-01 23:10:50 UTC (rev 29818)
@@ -1,3 +1,5 @@
 # the following are needed by the tests
 transaction
 ZODB
+zope.interface
+zope.testing

Modified: ZODB/trunk/src/transaction/DEPENDENCIES.cfg
===================================================================
--- ZODB/trunk/src/transaction/DEPENDENCIES.cfg	2005-04-01 22:57:54 UTC (rev 29817)
+++ ZODB/trunk/src/transaction/DEPENDENCIES.cfg	2005-04-01 23:10:50 UTC (rev 29818)
@@ -1 +1,2 @@
 ZODB
+zope.interface



More information about the Zodb-checkins mailing list