[Checkins] SVN: zope.app.publication/trunk/ Add missing test dependency on zope.testing

Brian Sutherland jinty at web.de
Thu Apr 21 02:27:40 EDT 2011


Log message for revision 121453:
  Add missing test dependency on zope.testing

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

-=-
Modified: zope.app.publication/trunk/CHANGES.txt
===================================================================
--- zope.app.publication/trunk/CHANGES.txt	2011-04-20 15:43:16 UTC (rev 121452)
+++ zope.app.publication/trunk/CHANGES.txt	2011-04-21 06:27:40 UTC (rev 121453)
@@ -5,7 +5,7 @@
 3.14 (unreleased)
 -----------------
 
-- Nothing changed yet.
+- Add missing test dependency on zope.testing.
 
 
 3.13.1 (2011-03-14)

Modified: zope.app.publication/trunk/setup.py
===================================================================
--- zope.app.publication/trunk/setup.py	2011-04-20 15:43:16 UTC (rev 121452)
+++ zope.app.publication/trunk/setup.py	2011-04-21 06:27:40 UTC (rev 121453)
@@ -64,7 +64,8 @@
               'zope.principalregistry',
               'zope.security',
               'zope.securitypolicy',
-              'zope.site']),
+              'zope.site',
+              'zope.testing']),
     install_requires=['zope.interface',
                       'ZODB3',
                       'zope.authentication',



More information about the checkins mailing list