[Checkins] SVN: zope.error/trunk/setup.py Remove ZODB3 dependency in favor of persistent

Andrey Lebedev cvs-admin at zope.org
Thu Feb 21 15:59:02 UTC 2013


Log message for revision 129570:
  Remove ZODB3 dependency in favor of persistent
  
  

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

-=-
Modified: zope.error/trunk/setup.py
===================================================================
--- zope.error/trunk/setup.py	2013-02-21 15:53:24 UTC (rev 129569)
+++ zope.error/trunk/setup.py	2013-02-21 15:59:02 UTC (rev 129570)
@@ -59,7 +59,7 @@
                       'zope.exceptions',
                       'zope.interface',
                       'zope.location',
-                      'ZODB3', # error.py imports from persistent
+                      'persistent', # error.py imports from persistent
                       ],
     extras_require=dict(
           test=[



More information about the checkins mailing list