summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBrian Sutherland <brian@vanguardistas.net>2009-06-10 13:25:49 +0000
committerBrian Sutherland <brian@vanguardistas.net>2009-06-10 13:25:49 +0000
commitf7c8bd75b49f568480db2582105bc5ab4fda5110 (patch)
tree471141c8a17472074e02cb841044883769c66658 /setup.py
parent583a6325873d151bedc46bbc74f467b9ff7315f4 (diff)
downloadzope-location-f7c8bd75b49f568480db2582105bc5ab4fda5110.tar.gz
Add zope.deferredimport as a dependency as it's used by directly by zope.location.pickling.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index c394fb9..4507ccd 100644
--- a/setup.py
+++ b/setup.py
@@ -53,6 +53,7 @@ setup(name='zope.location',
namespace_packages=['zope',],
install_requires=['setuptools',
'zope.interface',
+ 'zope.deferredimport',
'zope.schema>=3.5.1dev',
'zope.component',
'zope.proxy>3.3',