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:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user