Remove unnecessary plone.uuid and uuid dependencies. These are fetched by plone.app.uuid. Refs #9288

svn path=/plone.app.discussion/trunk/; revision=46267
This commit is contained in:
Timo Stollenwerk 2010-12-12 14:00:28 +00:00
parent d702c666f0
commit e4e707e350

View File

@ -30,9 +30,7 @@ setup(name='plone.app.discussion',
'plone.app.z3cform', 'plone.app.z3cform',
'plone.indexer', 'plone.indexer',
'plone.registry', 'plone.registry',
'plone.uuid',
'plone.z3cform', 'plone.z3cform',
'uuid',
'ZODB3', 'ZODB3',
'zope.interface', 'zope.interface',
'zope.component', 'zope.component',