[Zope-CMF] SVN: Products.CMFDefault/trunk/ Add dependency on zope.app.locales.
yuppie
y.2012 at wcm-solutions.de
Tue Aug 28 08:28:12 UTC 2012
Hi!
Maurits van Rees wrote:
> Log message for revision 127521:
> Add dependency on zope.app.locales.
[...]
> Modified: Products.CMFDefault/trunk/setup.py
> ===================================================================
> --- Products.CMFDefault/trunk/setup.py 2012-08-18 16:05:00 UTC (rev 127520)
> +++ Products.CMFDefault/trunk/setup.py 2012-08-18 16:09:30 UTC (rev 127521)
> @@ -52,6 +52,7 @@
> 'Products.MailHost',
> 'Products.PythonScripts',
> 'zope.formlib',
> + 'zope.app.locales',
> ],
> tests_require=[
> 'zope.testing >= 3.7.0',
>
Is it really necessary to declare that dependency? AFAICS CMFDefault
depends on zope.app.locales[extract], but only if used with
z3c.recipe.i18n for extracting i18n messages. In production we don't
need zope.app.locales and its dependencies.
Maybe this could/should be declared in an extra if you want to be explicit?
Cheers,
Yuppie
More information about the Zope-CMF
mailing list