[Checkins] SVN: zope.i18n/trunk/setup.py Correct package name

Hanno Schlichting plone at hannosch.info
Sat Apr 26 07:10:36 EDT 2008


Log message for revision 85760:
  Correct package name
  

Changed:
  U   zope.i18n/trunk/setup.py

-=-
Modified: zope.i18n/trunk/setup.py
===================================================================
--- zope.i18n/trunk/setup.py	2008-04-26 10:55:56 UTC (rev 85759)
+++ zope.i18n/trunk/setup.py	2008-04-26 11:10:36 UTC (rev 85760)
@@ -59,6 +59,6 @@
     include_package_data = True,
     zip_safe = False,
     extras_require = dict(
-        compile = ['pythongettext'],
+        compile = ['python-gettext'],
         ),
     )



More information about the Checkins mailing list