[Zodb-checkins] SVN: ZODB/branches/3.4/src/ add packaging
dependency information
Fred L. Drake, Jr.
fdrake at gmail.com
Fri Apr 1 18:22:13 EST 2005
Log message for revision 29820:
add packaging dependency information
(backported from trunk revisions 29818 and 29819)
Changed:
U ZODB/branches/3.4/src/BTrees/DEPENDENCIES.cfg
U ZODB/branches/3.4/src/ZODB/DEPENDENCIES.cfg
U ZODB/branches/3.4/src/persistent/DEPENDENCIES.cfg
U ZODB/branches/3.4/src/transaction/DEPENDENCIES.cfg
-=-
Modified: ZODB/branches/3.4/src/BTrees/DEPENDENCIES.cfg
===================================================================
--- ZODB/branches/3.4/src/BTrees/DEPENDENCIES.cfg 2005-04-01 23:13:19 UTC (rev 29819)
+++ ZODB/branches/3.4/src/BTrees/DEPENDENCIES.cfg 2005-04-01 23:22:13 UTC (rev 29820)
@@ -1,2 +1,3 @@
persistent
transaction
+zope.interface
Modified: ZODB/branches/3.4/src/ZODB/DEPENDENCIES.cfg
===================================================================
--- ZODB/branches/3.4/src/ZODB/DEPENDENCIES.cfg 2005-04-01 23:13:19 UTC (rev 29819)
+++ ZODB/branches/3.4/src/ZODB/DEPENDENCIES.cfg 2005-04-01 23:22:13 UTC (rev 29820)
@@ -4,3 +4,5 @@
transaction
# referenced by ZODB.config and related tests
ZEO
+zope.interface
+zope.testing
Modified: ZODB/branches/3.4/src/persistent/DEPENDENCIES.cfg
===================================================================
--- ZODB/branches/3.4/src/persistent/DEPENDENCIES.cfg 2005-04-01 23:13:19 UTC (rev 29819)
+++ ZODB/branches/3.4/src/persistent/DEPENDENCIES.cfg 2005-04-01 23:22:13 UTC (rev 29820)
@@ -1,3 +1,5 @@
# the following are needed by the tests
transaction
ZODB
+zope.interface
+zope.testing
Modified: ZODB/branches/3.4/src/transaction/DEPENDENCIES.cfg
===================================================================
--- ZODB/branches/3.4/src/transaction/DEPENDENCIES.cfg 2005-04-01 23:13:19 UTC (rev 29819)
+++ ZODB/branches/3.4/src/transaction/DEPENDENCIES.cfg 2005-04-01 23:22:13 UTC (rev 29820)
@@ -1 +1,2 @@
ZODB
+zope.interface
More information about the Zodb-checkins
mailing list