diff -Nru botocore-1.14.9.orig/setup.py botocore-1.14.9/setup.py --- botocore-1.14.9.orig/setup.py 2020-01-24 20:06:30.000000000 +0100 +++ botocore-1.14.9/setup.py 2020-01-30 11:55:56.809459033 +0100 @@ -23,10 +23,10 @@ raise RuntimeError("Unable to find version string.") -requires = ['jmespath>=0.7.1,<1.0.0', - 'docutils>=0.10,<0.16', - 'python-dateutil>=2.1,<3.0.0', - 'urllib3>=1.20,<1.26'] +# requires = ['jmespath>=0.7.1,<1.0.0', +# 'docutils>=0.10,<0.16', +# 'python-dateutil>=2.1,<3.0.0', +# 'urllib3>=1.20,<1.26'] setup( @@ -41,8 +41,8 @@ package_data={'botocore': ['cacert.pem', 'data/*.json', 'data/*/*.json'], 'botocore.vendored.requests': ['*.pem']}, include_package_data=True, - install_requires=requires, - extras_require={}, + # install_requires=requires, + # extras_require={}, license="Apache License 2.0", classifiers=[ 'Development Status :: 5 - Production/Stable',