From e3eaef18b817c0153cfd52f8099770509791070a Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Sun, 28 Nov 2010 12:03:21 +0000 Subject: [PATCH] We have to fetch the "uuid" explicitly for Plone 3. svn path=/plone.app.discussion/trunk/; revision=46007 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 4aa9b65..f2c921f 100644 --- a/setup.py +++ b/setup.py @@ -32,6 +32,7 @@ setup(name='plone.app.discussion', 'plone.registry', 'plone.uuid', 'plone.z3cform', + 'uuid', 'ZODB3', 'zope.interface', 'zope.component',