[Checkins] SVN: z3c.baseregistry/branches/adamg-fix-with-ztk1.0/setup.py require that specific version... ZTK 1.0 has 3.9.5, the feature was introduced in 3.9.4

Adam Groszer agroszer at gmail.com
Thu Oct 28 09:04:16 EDT 2010


Log message for revision 118004:
  require that specific version... ZTK 1.0 has 3.9.5, the feature was introduced in 3.9.4

Changed:
  U   z3c.baseregistry/branches/adamg-fix-with-ztk1.0/setup.py

-=-
Modified: z3c.baseregistry/branches/adamg-fix-with-ztk1.0/setup.py
===================================================================
--- z3c.baseregistry/branches/adamg-fix-with-ztk1.0/setup.py	2010-10-28 13:00:44 UTC (rev 118003)
+++ z3c.baseregistry/branches/adamg-fix-with-ztk1.0/setup.py	2010-10-28 13:04:16 UTC (rev 118004)
@@ -67,7 +67,7 @@
         ),
     install_requires = [
         'setuptools',
-        'zope.component >= 3.10',
+        'zope.component >= 3.9.4',
         'zope.configuration',
         'zope.i18nmessageid',
         'zope.interface',



More information about the checkins mailing list