[Checkins] SVN: z3c.recipe.i18n/trunk/setup.py require zope.app.locales >- 3.5.0 as the extract exta is only available then

Christian Zagrodnick cz at gocept.com
Wed Dec 2 03:56:57 EST 2009


Log message for revision 106158:
  require zope.app.locales >- 3.5.0 as the extract exta is only available then
  

Changed:
  U   z3c.recipe.i18n/trunk/setup.py

-=-
Modified: z3c.recipe.i18n/trunk/setup.py
===================================================================
--- z3c.recipe.i18n/trunk/setup.py	2009-12-02 07:39:57 UTC (rev 106157)
+++ z3c.recipe.i18n/trunk/setup.py	2009-12-02 08:56:57 UTC (rev 106158)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Setup
 
-$Id:$
+$Id$
 """
 import os
 import xml.sax.saxutils
@@ -85,7 +85,7 @@
         'zc.buildout',
         'zc.recipe.egg',
         'zope.app.appsetup',
-        'zope.app.locales [extract]',
+        'zope.app.locales[extract]>=3.5.0',
         'zope.configuration',
         ],
     entry_points = {



More information about the checkins mailing list