remove plone.z3cform <= 0.5.7 requirement from setup.py since p.a.d. works now with the latest plone.z3cform.
svn path=/plone.app.discussion/branches/notification/; revision=34053
This commit is contained in:
parent
57b41454bb
commit
b293d3aa50
2
setup.py
2
setup.py
@ -29,7 +29,7 @@ setup(name='plone.app.discussion',
|
|||||||
'plone.app.z3cform',
|
'plone.app.z3cform',
|
||||||
'plone.indexer',
|
'plone.indexer',
|
||||||
'plone.registry',
|
'plone.registry',
|
||||||
'plone.z3cform<=0.5.7',
|
'plone.z3cform',
|
||||||
'ZODB3',
|
'ZODB3',
|
||||||
'zope.interface',
|
'zope.interface',
|
||||||
'zope.component',
|
'zope.component',
|
||||||
|
Loading…
Reference in New Issue
Block a user