[Checkins] SVN: zope.app.testing/trunk/setup.py zope.app.testing >= 3.7.4 requires zope.component >= 3.8.0

Fred Drake fdrake at gmail.com
Thu Jun 2 09:56:09 EDT 2011


Log message for revision 121857:
  zope.app.testing >= 3.7.4 requires zope.component >= 3.8.0

Changed:
  U   zope.app.testing/trunk/setup.py

-=-
Modified: zope.app.testing/trunk/setup.py
===================================================================
--- zope.app.testing/trunk/setup.py	2011-05-31 23:01:59 UTC (rev 121856)
+++ zope.app.testing/trunk/setup.py	2011-06-02 13:56:09 UTC (rev 121857)
@@ -70,7 +70,8 @@
                         'zope.app.debug',
                         'zope.app.dependable',
                         'zope.app.publication',
-                        'zope.component',
+                        # We need zope.component with the hooks module.
+                        'zope.component >=3.8.0',
                         'zope.container',
                         'zope.i18n',
                         'zope.interface',



More information about the checkins mailing list