[Checkins] SVN: zope.app.catalog/trunk/setup.py Add zope.app.intid to install_requires as they most likely will be used together and we don't want to confuse people by breaking old IntId utilities

Dan Korostelev nadako at gmail.com
Sun Feb 1 11:34:51 EST 2009


Log message for revision 95874:
  Add zope.app.intid to install_requires as they most likely will be used together and we don't want to confuse people by breaking old IntId utilities
  when zope.app.intid is gone as the indirect dependency.

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

-=-
Modified: zope.app.catalog/trunk/setup.py
===================================================================
--- zope.app.catalog/trunk/setup.py	2009-02-01 16:32:41 UTC (rev 95873)
+++ zope.app.catalog/trunk/setup.py	2009-02-01 16:34:51 UTC (rev 95874)
@@ -50,7 +50,6 @@
       extras_require = dict(
           test=['zope.testing',
                 'zope.site',
-                'zope.app.intid',
                 'zope.app.securitypolicy',
                 'zope.app.testing',
                 'zope.app.zcmlfiles',
@@ -59,6 +58,7 @@
       install_requires = [
           'setuptools',
           'zope.catalog',
+          'zope.app.intid',
           'zope.app.publisher',
           'zope.app.form',
           ],



More information about the Checkins mailing list