[Checkins] SVN: zope.app.locales/trunk/ Added missing test dependency on `zope.i18n`.

Michael Howitz mh at gocept.com
Sat Jul 31 08:47:51 EDT 2010


Log message for revision 115262:
  Added missing test dependency on `zope.i18n`.
  
  

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

-=-
Modified: zope.app.locales/trunk/CHANGES.txt
===================================================================
--- zope.app.locales/trunk/CHANGES.txt	2010-07-31 12:46:11 UTC (rev 115261)
+++ zope.app.locales/trunk/CHANGES.txt	2010-07-31 12:47:50 UTC (rev 115262)
@@ -10,7 +10,9 @@
 - Updated e-mail address in pot template to current address of zope
   mailing list.
 
+- Added missing test dependency on `zope.i18n`.
 
+
 3.6.1 (2010-05-17)
 ------------------
 

Modified: zope.app.locales/trunk/setup.py
===================================================================
--- zope.app.locales/trunk/setup.py	2010-07-31 12:46:11 UTC (rev 115261)
+++ zope.app.locales/trunk/setup.py	2010-07-31 12:47:50 UTC (rev 115262)
@@ -63,8 +63,10 @@
                         'zope.interface',
                         ],
       extras_require = dict(
-          test=['zope.tal',
-                'zope.testing',
+          test=[
+              'zope.i18n',
+              'zope.tal',
+              'zope.testing',
                 ],
           extract=[
               'zope.tal',



More information about the checkins mailing list