[Checkins] SVN: zope.annotation/trunk/ Note that ZODB3 is really a requirement of this package.

Martijn Faassen faassen at startifact.com
Wed Jun 17 08:38:27 EDT 2009


Log message for revision 101106:
  Note that ZODB3 is really a requirement of this package.
  

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

-=-
Modified: zope.annotation/trunk/CHANGES.txt
===================================================================
--- zope.annotation/trunk/CHANGES.txt	2009-06-17 12:21:45 UTC (rev 101105)
+++ zope.annotation/trunk/CHANGES.txt	2009-06-17 12:38:27 UTC (rev 101106)
@@ -5,7 +5,8 @@
 3.5.0 (unreleased)
 ------------------
 
-- ...
+- ZODB3 is a true requirement of this package, not just a testing
+  requirement, as BTrees are in use.
 
 3.4.2 (2009-03-09)
 ------------------

Modified: zope.annotation/trunk/setup.py
===================================================================
--- zope.annotation/trunk/setup.py	2009-06-17 12:21:45 UTC (rev 101105)
+++ zope.annotation/trunk/setup.py	2009-06-17 12:38:27 UTC (rev 101106)
@@ -52,10 +52,10 @@
                       'zope.component',
                       'zope.location',
                       'zope.proxy',
+                      'ZODB3',
                       ],
     extras_require=dict(
-        test=['zope.testing',
-              'ZODB3'],
+        test=['zope.testing'],
         ),
     include_package_data=True,
     zip_safe=False,



More information about the Checkins mailing list