[Checkins] SVN: zope.app.publication/trunk/ Declared the missing dependency on zope.location.

Thomas Lotze tl at gocept.com
Tue Sep 29 02:14:59 EDT 2009


Log message for revision 104599:
  Declared the missing dependency on zope.location.

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	2009-09-29 06:14:18 UTC (rev 104598)
+++ zope.app.publication/trunk/CHANGES.txt	2009-09-29 06:14:59 UTC (rev 104599)
@@ -11,6 +11,8 @@
 - Moved registration of and tests for two publication-specific event handlers
   here from zope.site in order to invert the package dependency.
 
+- Declared the missing dependency on zope.location.
+
 3.8.1 (2009-06-21)
 ------------------
 

Modified: zope.app.publication/trunk/setup.py
===================================================================
--- zope.app.publication/trunk/setup.py	2009-09-29 06:14:18 UTC (rev 104598)
+++ zope.app.publication/trunk/setup.py	2009-09-29 06:14:59 UTC (rev 104599)
@@ -69,6 +69,7 @@
                       'zope.error',
                       'zope.i18n',
                       'zope.browser>=1.2',
+                      'zope.location',
                       'zope.publisher>=3.8.0',
                       'zope.traversing>=3.7.0',
                       'setuptools',



More information about the checkins mailing list