We have to fetch the "uuid" explicitly for Plone 3.

svn path=/plone.app.discussion/trunk/; revision=46007
This commit is contained in:
Timo Stollenwerk 2010-11-28 12:03:21 +00:00
parent 3b31ac1602
commit e3eaef18b8
1 changed files with 1 additions and 0 deletions

View File

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