From a8616c1c87e06b211d814fdaf3c6f76d87f9a603 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Tue, 2 Nov 2010 12:21:02 +0000 Subject: [PATCH] Don't declare the zope.schema dependency in setup.py because it will fetch a version that breaks the Plone 3 buildout. svn path=/plone.app.discussion/trunk/; revision=45083 --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index f3086c2..249ba89 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,6 @@ setup(name='plone.app.discussion', 'zope.event', 'zope.container', 'zope.lifecycleevent', - 'zope.schema>=3.6.0', 'zope.site', 'z3c.form>=2.3.3', ],