summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 1c82eab..9184288 100644
--- a/setup.py
+++ b/setup.py
@@ -194,10 +194,9 @@ setup(name='zope.security',
'pytz': [
"pytz"
],
- 'untrustedpython:python_version == "2.7"': [
- 'zope.untrustedpython',
+ 'untrustedpython': [
+ 'zope.untrustedpython >= 5.0.dev0',
],
- 'untrustedpython:python_version >= "3.3"': [],
'zcml': [
'zope.configuration'
],