summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorFabio Tranchitella <fabio@tranchitella.eu>2010-01-06 18:10:43 +0000
committerFabio Tranchitella <fabio@tranchitella.eu>2010-01-06 18:10:43 +0000
commit4a28f57b09b388b865434167926b6793bdac24fc (patch)
tree166d2dc5b37969323dc73b508bee69513e0e0877 /setup.py
parenteed297bb3ab2912f3d54ec3c8059510dfd13fccc (diff)
downloadzope-security-4a28f57b09b388b865434167926b6793bdac24fc.tar.gz
Removed the dependency on the zope.exceptions package: zope.security.checker
now imports ``DuplicationError`` from zope.exceptions if available, otherwise it defines a package-specific ``DuplicationError`` class which inherits from Exception.
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 e5fdf47..6675e2e 100644
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,6 @@ setup(name='zope.security',
install_requires=['setuptools',
'zope.component',
'zope.configuration',
- 'zope.exceptions',
'zope.i18nmessageid',
'zope.interface',
'zope.location',