summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChristian Theune <ct@gocept.com>2007-05-06 10:36:40 +0000
committerChristian Theune <ct@gocept.com>2007-05-06 10:36:40 +0000
commit9c19ea7faad582d6b37cf84885f8f0d1181d503d (patch)
treedd9369052717335297014240f584837e1d298b35 /setup.py
parentbf532cde1f344aa26246b9ec4fa98affe2c98e68 (diff)
downloadzope-security-9c19ea7faad582d6b37cf84885f8f0d1181d503d.tar.gz
- added specific version dependency for zope.location
- added find-links
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index fa8806b..8151779 100644
--- a/setup.py
+++ b/setup.py
@@ -50,7 +50,7 @@ setup(name='zope.security',
'zope.exceptions',
'zope.i18nmessageid',
'zope.interface',
- 'zope.location',
+ 'zope.location>=3.4.0b1.dev-r75152',
'zope.proxy',
'zope.schema',
'zope.thread',