[Checkins] SVN: zope.i18n/trunk/ fixed dependency on zope.component to use the zcml extra

Thomas Lotze tl at gocept.com
Wed Aug 8 07:57:55 EDT 2007


Log message for revision 78693:
  fixed dependency on zope.component to use the zcml extra

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

-=-
Modified: zope.i18n/trunk/CHANGES.txt
===================================================================
--- zope.i18n/trunk/CHANGES.txt	2007-08-08 11:45:38 UTC (rev 78692)
+++ zope.i18n/trunk/CHANGES.txt	2007-08-08 11:57:55 UTC (rev 78693)
@@ -1,9 +1,12 @@
 zope.i18n package changelog
 ===========================
 
-After 3.4.0b3
+After 3.4.0b4
 -------------
 
+- Bug: Fixed dependency on zope.component to require it with the 'zcml' extra
+  instead of requiring zope.security directly.
+
 3.4.0b4 - (7/19/2007)
 ---------------------
 

Modified: zope.i18n/trunk/setup.py
===================================================================
--- zope.i18n/trunk/setup.py	2007-08-08 11:45:38 UTC (rev 78692)
+++ zope.i18n/trunk/setup.py	2007-08-08 11:57:55 UTC (rev 78693)
@@ -53,9 +53,8 @@
     install_requires=['setuptools',
                       'pytz',
                       'zope.i18nmessageid',
-                      'zope.component',
+                      'zope.component [zcml]',
                       'zope.configuration',
-                      'zope.security>=3.4.0b1',
                       ],
     include_package_data = True,
     zip_safe = False,



More information about the Checkins mailing list