From e4e707e35095edc668049e5dd313f6b3b43e333f Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Sun, 12 Dec 2010 14:00:28 +0000 Subject: [PATCH] Remove unnecessary plone.uuid and uuid dependencies. These are fetched by plone.app.uuid. Refs #9288 svn path=/plone.app.discussion/trunk/; revision=46267 --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index f2c921f..7459942 100644 --- a/setup.py +++ b/setup.py @@ -30,9 +30,7 @@ setup(name='plone.app.discussion', 'plone.app.z3cform', 'plone.indexer', 'plone.registry', - 'plone.uuid', 'plone.z3cform', - 'uuid', 'ZODB3', 'zope.interface', 'zope.component',