From 1add63836199fcc4b076d4be1d9b37f87531c79c Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 4 Mar 2009 23:51:50 +0000 Subject: - Add explicit dependencies on ``zope.deferredimport`` and ``zope.deprecation`` for forward compatibility reasons (``zope.component`` will stop relying on ``zope.deferredimport`` soon and although we use it directly, it's only a transitive dependency, and ''zope.deprecation`` is used even though it's only a transitive dependency as well). --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 82d780bf7..e0825310f 100644 --- a/setup.py +++ b/setup.py @@ -40,6 +40,8 @@ install_requires=[ 'zope.component', 'zope.hookable', 'zope.testing', + 'zope.deferredimport', + 'zope.deprecation', 'repoze.zcml', 'martian', ] -- cgit v1.2.3