diff --git a/setup-Neuter-extras_require-that-doesn-t-work-on-Cen.patch b/setup-Neuter-extras_require-that-doesn-t-work-on-Cen.patch index 3fa5894..76d7c3a 100644 --- a/setup-Neuter-extras_require-that-doesn-t-work-on-Cen.patch +++ b/setup-Neuter-extras_require-that-doesn-t-work-on-Cen.patch @@ -12,27 +12,6 @@ diff --git a/setup.py b/setup.py index 9fc4ad6..6167419 100644 --- a/setup.py +++ b/setup.py -@@ -29,13 +29,13 @@ requirements = [ - if sys.platform == 'win32': - requirements.append('pypiwin32 >= 219') - --extras_require = { -- ':python_version < "3.5"': 'backports.ssl_match_hostname >= 3.5', -- # While not imported explicitly, the ipaddress module is required for -- # ssl_match_hostname to verify hosts match with certificates via -- # ServerAltname: https://pypi.python.org/pypi/backports.ssl_match_hostname -- ':python_version < "3.3"': 'ipaddress >= 1.0.16', --} -+# extras_require = { -+# ':python_version < "3.5"': 'backports.ssl_match_hostname >= 3.5', -+# # While not imported explicitly, the ipaddress module is required for -+# # ssl_match_hostname to verify hosts match with certificates via -+# # ServerAltname: https://pypi.python.org/pypi/backports.ssl_match_hostname -+# ':python_version < "3.3"': 'ipaddress >= 1.0.16', -+# } - - version = None - exec(open('docker/version.py').read()) @@ -62,7 +62,7 @@ setup( packages=find_packages(exclude=["tests.*", "tests"]), install_requires=requirements,