[Checkins] SVN: mongopersist/trunk/ Moved ZODB dependency to test dependency

Adam Groszer cvs-admin at zope.org
Fri Mar 9 15:22:45 UTC 2012


Log message for revision 124540:
  Moved ZODB dependency to test dependency

Changed:
  U   mongopersist/trunk/CHANGES.txt
  U   mongopersist/trunk/setup.py

-=-
Modified: mongopersist/trunk/CHANGES.txt
===================================================================
--- mongopersist/trunk/CHANGES.txt	2012-03-09 15:22:05 UTC (rev 124539)
+++ mongopersist/trunk/CHANGES.txt	2012-03-09 15:22:41 UTC (rev 124540)
@@ -5,7 +5,7 @@
 0.5.5 (unreleased)
 ------------------
 
-- Nothing changed yet.
+- Moved ZODB dependency to test dependency
 
 
 0.5.4 (2012-03-05)

Modified: mongopersist/trunk/setup.py
===================================================================
--- mongopersist/trunk/setup.py	2012-03-09 15:22:05 UTC (rev 124539)
+++ mongopersist/trunk/setup.py	2012-03-09 15:22:41 UTC (rev 124540)
@@ -31,6 +31,7 @@
         test = (
             'zope.app.testing',
             'zope.testing',
+            'ZODB3',
             ),
         zope = (
             'rwproperty',
@@ -38,7 +39,7 @@
             ),
         ),
     install_requires = [
-        'ZODB3',
+        'transaction >=1.1.0',
         'lru',
         'pymongo',
         'setuptools',



More information about the checkins mailing list