summaryrefslogtreecommitdiff
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
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.
-rw-r--r--CHANGES.txt1
-rw-r--r--setup.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 39b64d2..72023b2 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,7 +6,6 @@ CHANGES
3.5.0 - 2008-03-05
-------------------
-- Updated dependencies (added zope.thread explictly).
- Changed title for ``zope.security.management.system_user`` to be more
presentable.
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"]