[Checkins] SVN: grokproject/trunk/grokproject/template/setup.py_tmpl zope.i18nmessageid has not all of a sudden become a dependency of a grok

Philipp von Weitershausen philikon at philikon.de
Wed Sep 12 17:40:04 EDT 2007


Log message for revision 79604:
  zope.i18nmessageid has not all of a sudden become a dependency of a grok
  application.  It may be so that a grok app might eventually define i18n
  messages, but we don't do so right now. So let's keep it out for the moment.
  

Changed:
  U   grokproject/trunk/grokproject/template/setup.py_tmpl

-=-
Modified: grokproject/trunk/grokproject/template/setup.py_tmpl
===================================================================
--- grokproject/trunk/grokproject/template/setup.py_tmpl	2007-09-12 21:30:23 UTC (rev 79603)
+++ grokproject/trunk/grokproject/template/setup.py_tmpl	2007-09-12 21:40:03 UTC (rev 79604)
@@ -21,7 +21,6 @@
       install_requires=['setuptools',
                         'grok',
                         'z3c.csvvocabulary',
-                        'zope.i18nmessageid',
                         # Add extra requirements here
                         ],
       entry_points="""



More information about the Checkins mailing list