diff options
| author | Michael Howitz <mh@gocept.com> | 2021-06-02 16:50:57 +0200 |
|---|---|---|
| committer | Michael Howitz <mh@gocept.com> | 2021-06-02 16:50:57 +0200 |
| commit | 246617b01c189b5e238aca3d1d84ef5fa4e00aac (patch) | |
| tree | 3c3b49feeec635ffeb850d1414e98814251f7fbc /setup.py | |
| parent | 4f537d48253a6d0ceadca3967c96b88bfff5baab (diff) | |
| download | zope-security-re-enable-zope.untrustedpython.tar.gz | |
Update to zope.untrustedpython >= 5.re-enable-zope.untrustedpython
The extra ``untrustedpython`` now for Python 3, too, installs ``zope.untrustedpython``.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -127,7 +127,7 @@ TESTS_REQUIRE = [ setup(name='zope.security', - version='5.1.2.dev0', + version='5.2.0.dev0', author='Zope Foundation and Contributors', author_email='zope-dev@zope.org', description='Zope Security Framework', @@ -182,10 +182,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' ], |
