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
This commit is contained in:
Timo Stollenwerk 2010-11-02 12:21:02 +00:00
parent 8e8e78c2d9
commit a8616c1c87
1 changed files with 0 additions and 1 deletions

View File

@ -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',
],