From d5166c4017616cf3fb230df4f664cea4030e1b9b Mon Sep 17 00:00:00 2001 From: "Jens W. Klein" Date: Wed, 11 Mar 2015 00:06:35 +0100 Subject: [PATCH] require a zope suitable for plone5, but not a future one... --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3ff7d05a..3c5cd2df 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ 'Products.CMFCore', 'Products.GenericSetup', 'Products.PluggableAuthService', - 'Zope2 > 2.13.22', + 'Zope2 >=2.13.22', 'plone.i18n', 'plone.memoize', 'plone.session',