[Checkins] SVN: zope.app.intid/trunk/ cleaned up dependencies

Thomas Lotze tl at gocept.com
Thu Oct 8 02:24:58 EDT 2009


Log message for revision 104907:
  cleaned up dependencies

Changed:
  U   zope.app.intid/trunk/CHANGES.txt
  U   zope.app.intid/trunk/setup.py

-=-
Modified: zope.app.intid/trunk/CHANGES.txt
===================================================================
--- zope.app.intid/trunk/CHANGES.txt	2009-10-08 06:06:50 UTC (rev 104906)
+++ zope.app.intid/trunk/CHANGES.txt	2009-10-08 06:24:57 UTC (rev 104907)
@@ -7,6 +7,9 @@
 
 - Fix ftesting.zcml due to the zope.securitypolicy update.
 
+- Removed unneeded dependency on zope.app.publisher, added the missing one on
+  zope.security.
+
 3.7.0 (2009-02-01)
 ------------------
 

Modified: zope.app.intid/trunk/setup.py
===================================================================
--- zope.app.intid/trunk/setup.py	2009-10-08 06:06:50 UTC (rev 104906)
+++ zope.app.intid/trunk/setup.py	2009-10-08 06:24:57 UTC (rev 104907)
@@ -55,8 +55,8 @@
                                   ]),
       install_requires = ['setuptools',
                           'zope.intid',
+                          'zope.security',
                           'zope.traversing',
-                          'zope.app.publisher',
                           ],
       include_package_data = True,
       zip_safe = False,



More information about the checkins mailing list