Robert Schweikert
8597cedc2a
- Update to version 1.17.9 + For detailed changes see https://github.com/aws/aws-cli/blob/1.17.9/CHANGELOG.rst + Forward port hide_py_pckgmgmt.patch + Update Requires in spec file from setup.py OBS-URL: https://build.opensuse.org/request/show/768717 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=76
33 lines
1.2 KiB
Diff
33 lines
1.2 KiB
Diff
--- setup.py.orig 2020-01-24 20:08:21.000000000 +0100
|
|
+++ setup.py 2020-01-30 13:34:42.183694744 +0100
|
|
@@ -23,12 +23,12 @@
|
|
raise RuntimeError("Unable to find version string.")
|
|
|
|
|
|
-install_requires = ['botocore==1.14.9',
|
|
- 'docutils>=0.10,<0.16',
|
|
- 'rsa>=3.1.2,<=3.5.0',
|
|
- 's3transfer>=0.3.0,<0.4.0',
|
|
- 'PyYAML>=3.10,<5.3',
|
|
- 'colorama>=0.2.5,<0.4.2']
|
|
+# install_requires = ['botocore==1.14.9',
|
|
+# 'docutils>=0.10,<0.16',
|
|
+# 'rsa>=3.1.2,<=3.5.0',
|
|
+# 's3transfer>=0.3.0,<0.4.0',
|
|
+# 'PyYAML>=3.10,<5.3',
|
|
+# 'colorama>=0.2.5,<0.4.2']
|
|
|
|
|
|
setup_options = dict(
|
|
@@ -46,8 +46,8 @@
|
|
'examples/*/*.txt', 'examples/*/*/*.txt',
|
|
'examples/*/*/*.rst', 'topics/*.rst',
|
|
'topics/*.json']},
|
|
- install_requires=install_requires,
|
|
- extras_require={},
|
|
+ # install_requires=install_requires,
|
|
+ # extras_require={},
|
|
license="Apache License 2.0",
|
|
classifiers=[
|
|
'Development Status :: 5 - Production/Stable',
|