[Checkins] SVN: zope.app.locales/trunk/ Added missing dependency (zope.tal) for tests.

Wolfgang Schnerring wosc at wosc.de
Tue Jan 27 08:12:50 EST 2009


Log message for revision 95176:
  Added missing dependency (zope.tal) for tests.

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	2009-01-27 13:09:22 UTC (rev 95175)
+++ zope.app.locales/trunk/CHANGES.txt	2009-01-27 13:12:50 UTC (rev 95176)
@@ -5,6 +5,7 @@
 3.5.1 (unreleased)
 ------------------
 
+* Added missing dependency (zope.tal) for tests.
 
 3.5.0 (2009-01-26)
 ------------------

Modified: zope.app.locales/trunk/setup.py
===================================================================
--- zope.app.locales/trunk/setup.py	2009-01-27 13:09:22 UTC (rev 95175)
+++ zope.app.locales/trunk/setup.py	2009-01-27 13:12:50 UTC (rev 95176)
@@ -58,7 +58,9 @@
                         'zope.interface',
                         ],
       extras_require = dict(
-          test=['zope.testing'],
+          test=['zope.tal',
+                'zope.testing',
+                ],
           extract=[
               'zope.tal',
               'zope.app.applicationcontrol',



More information about the Checkins mailing list