[Checkins] SVN: five.grok/trunk/buildout.cfg Use zope.interface included in Zope 2.10

Vincent Fretin vincent.fretin at gmail.com
Tue Jul 7 03:17:56 EDT 2009


Log message for revision 101676:
  Use zope.interface included in Zope 2.10

Changed:
  U   five.grok/trunk/buildout.cfg

-=-
Modified: five.grok/trunk/buildout.cfg
===================================================================
--- five.grok/trunk/buildout.cfg	2009-07-07 03:51:44 UTC (rev 101675)
+++ five.grok/trunk/buildout.cfg	2009-07-07 07:17:55 UTC (rev 101676)
@@ -15,8 +15,10 @@
    zope.app.publisher
    zope.component
    zope.i18n
-   zope.interface
    zope.testing
+# We use the zope.interface version included in Zope 2.10 because Plone,
+# Archetypes and some other eggs use the old isImplementedByInstancesOf
+# and isImplementedBy removed in zope.interface >= 3.3
 
 [versions]
 plone.recipe.zope2install >= 3.0
@@ -35,7 +37,6 @@
 zope.app.zcmlfiles = 3.4.3
 zope.component = 3.4
 zope.i18n = 3.6.0
-zope.interface = 3.5.1
 zope.securitypolicy = 3.4.1
 zope.testing = 3.7.5
 



More information about the Checkins mailing list