[Checkins] SVN: Products.CMFDefault/branches/2.2/ Declared dependency on zope.app.locales.

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


Log message for revision 127523:
  Declared dependency on zope.app.locales.

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

-=-
Modified: Products.CMFDefault/branches/2.2/Products/CMFDefault/CHANGES.txt
===================================================================
--- Products.CMFDefault/branches/2.2/Products/CMFDefault/CHANGES.txt	2012-08-18 16:12:45 UTC (rev 127522)
+++ Products.CMFDefault/branches/2.2/Products/CMFDefault/CHANGES.txt	2012-08-18 16:13:50 UTC (rev 127523)
@@ -4,7 +4,9 @@
 2.2.3 (unreleased)
 ------------------
 
+- Declared dependency on zope.app.locales.
 
+
 2.2.2 (2010-10-31)
 ------------------
 

Modified: Products.CMFDefault/branches/2.2/setup.py
===================================================================
--- Products.CMFDefault/branches/2.2/setup.py	2012-08-18 16:12:45 UTC (rev 127522)
+++ Products.CMFDefault/branches/2.2/setup.py	2012-08-18 16:13:50 UTC (rev 127523)
@@ -50,6 +50,7 @@
           'Zope2 >= 2.12.3',
           'Products.CMFCore',
           'Products.GenericSetup',
+          'zope.app.locales',
           ],
       tests_require=[
           'zope.testing >= 3.7.0',



More information about the checkins mailing list