[Checkins] SVN: zope.error/trunk/ Add dependency on ZODB3 as we use Persistent

Brian Sutherland jinty at web.de
Fri Sep 11 04:45:01 EDT 2009


Log message for revision 103728:
  Add dependency on ZODB3 as we use Persistent

Changed:
  U   zope.error/trunk/CHANGES.txt
  U   zope.error/trunk/setup.py

-=-
Modified: zope.error/trunk/CHANGES.txt
===================================================================
--- zope.error/trunk/CHANGES.txt	2009-09-10 20:45:27 UTC (rev 103727)
+++ zope.error/trunk/CHANGES.txt	2009-09-11 08:45:00 UTC (rev 103728)
@@ -18,6 +18,8 @@
   zope3-dev at zope.org is now retired. Also change `cheeseshop` to
   `pypi` in the package's homepage url.
 
+- Add dependency on ZODB3 as we use Persistent.
+
 3.6.0 (2009-01-31)
 ------------------
 

Modified: zope.error/trunk/setup.py
===================================================================
--- zope.error/trunk/setup.py	2009-09-10 20:45:27 UTC (rev 103727)
+++ zope.error/trunk/setup.py	2009-09-11 08:45:00 UTC (rev 103728)
@@ -54,6 +54,7 @@
                       'zope.exceptions',
                       'zope.interface',
                       'zope.publisher',
+                      'ZODB3', # error.py imports from persistent
                       ],
     include_package_data = True,
 



More information about the checkins mailing list