18002: Remove obsolete extras_require for Python 2
authorPeter Amstutz <peter.amstutz@curii.com>
Thu, 16 Sep 2021 13:34:53 +0000 (09:34 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Thu, 16 Sep 2021 13:34:53 +0000 (09:34 -0400)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

sdk/cwl/setup.py
sdk/python/setup.py

index d6cc4173fc5e1e4a0b613cfc66f1cb6307d3516a..3f1f8a6bed1b3ee5a1e883ecded075d89df62b5a 100644 (file)
@@ -46,10 +46,6 @@ setup(name='arvados-cwl-runner',
           'ciso8601 >= 2.0.0',
           'networkx < 2.6'
       ],
-      extras_require={
-          ':os.name=="posix" and python_version<"3"': ['subprocess32 >= 3.5.1'],
-          ':python_version<"3"': ['pytz'],
-      },
       data_files=[
           ('share/doc/arvados-cwl-runner', ['LICENSE-2.0.txt', 'README.rst']),
       ],
index 40e6e18ab9c480fba9251e838aefab7454820a7a..311a139906aa4cb9d0a3d28b178767324a49837f 100644 (file)
@@ -55,10 +55,6 @@ setup(name='arvados-python-client',
           'setuptools',
           'ws4py >=0.4.2',
       ],
-      extras_require={
-          ':os.name=="posix" and python_version<"3"': ['subprocess32 >= 3.5.1'],
-          ':python_version<"3"': ['pytz'],
-      },
       classifiers=[
           'Programming Language :: Python :: 3',
       ],