[Checkins] SVN: z3c.testing/trunk/setup.py revert last change, we have to keep the dep on the newest zodb code because all other packages do depend on 3.8 because of the transaction api changes

Bernd Dorn bernd.dorn at lovelysystems.com
Tue May 29 04:24:48 EDT 2007


Log message for revision 75986:
  revert last change, we have to keep the dep on the newest zodb code because all other packages do depend on 3.8 because of the transaction api changes

Changed:
  U   z3c.testing/trunk/setup.py

-=-
Modified: z3c.testing/trunk/setup.py
===================================================================
--- z3c.testing/trunk/setup.py	2007-05-29 08:15:29 UTC (rev 75985)
+++ z3c.testing/trunk/setup.py	2007-05-29 08:24:47 UTC (rev 75986)
@@ -15,10 +15,7 @@
       package_dir = {'':'src'},
       namespace_packages=['z3c',],
       install_requires = ['setuptools',
-                          # the layer does not work with 3.8
-                          # it throughs an IOError, because somewhere
-                          # a file is closed too early
-                          'ZODB3 < 3.8a',
+                          'ZODB3',
                           'zope.app.appsetup',
                           'zope.app.container',
                           'zope.app.folder',



More information about the Checkins mailing list