summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2008-03-06 12:31:17 +0000
committerMarius Gedminas <marius@gedmin.as>2008-03-06 12:31:17 +0000
commit7168cf3e38017b99e049d3fefce0a9355f08ee02 (patch)
tree2f1dc58ab09adb8f5abc8cb38762f3f7904808e1 /setup.py
parent6787fbe7c46ccb5ddfed92fe7ded9c8edf3eb703 (diff)
downloadzope-security-7168cf3e38017b99e049d3fefce0a9355f08ee02.tar.gz
Revert revision 84459: the zope.thread import I saw in 3.4.0 was unnecessary
and removed since then; so the zope.thread dependency in setup.py is not needed.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2d634b0..4e38b89 100644
--- a/setup.py
+++ b/setup.py
@@ -74,7 +74,6 @@ setup(name='zope.security',
'zope.location',
'zope.proxy',
'zope.schema',
- 'zope.thread',
],
extras_require = dict(
untrustedpython=["RestrictedPython"]