[Checkins] SVN: Products.CMFCore/branches/2.2/ Declare zope.app.publication dependency.

Maurits van Rees cvs-admin at zope.org
Sat Aug 18 16:12:48 UTC 2012


Log message for revision 127522:
  Declare zope.app.publication dependency.

Changed:
  U   Products.CMFCore/branches/2.2/Products/CMFCore/CHANGES.txt
  U   Products.CMFCore/branches/2.2/setup.py

-=-
Modified: Products.CMFCore/branches/2.2/Products/CMFCore/CHANGES.txt
===================================================================
--- Products.CMFCore/branches/2.2/Products/CMFCore/CHANGES.txt	2012-08-18 16:09:30 UTC (rev 127521)
+++ Products.CMFCore/branches/2.2/Products/CMFCore/CHANGES.txt	2012-08-18 16:12:45 UTC (rev 127522)
@@ -4,6 +4,8 @@
 2.2.7 (unreleased)
 ------------------
 
+- Added dependency on zope.app.publication.
+
 - Removed testing dependency on zope.app.testing.
 
 - Deprecated aliases were replaced on tests.

Modified: Products.CMFCore/branches/2.2/setup.py
===================================================================
--- Products.CMFCore/branches/2.2/setup.py	2012-08-18 16:09:30 UTC (rev 127521)
+++ Products.CMFCore/branches/2.2/setup.py	2012-08-18 16:12:45 UTC (rev 127522)
@@ -50,6 +50,7 @@
           'five.localsitemanager',
           'Products.GenericSetup',
           'Products.ZSQLMethods',
+          'zope.app.publication',
           ],
       tests_require=[
           'zope.testing >= 3.7.0',



More information about the checkins mailing list