John Paul Adrian Glaubitz
22dd7baefe
- Update to version 1.18.117 + For detailed changes see https://github.com/aws/aws-cli/blob/1.18.117/CHANGELOG.rst + Forward port hide_py_pckgmgmt.patch + Update Requires in spec file from setup.py - Rename README.rst to README.md in %docs section OBS-URL: https://build.opensuse.org/request/show/826012 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=95
49 lines
1.6 KiB
Diff
49 lines
1.6 KiB
Diff
--- setup.py.orig 2020-08-11 20:10:30.000000000 +0200
|
|
+++ setup.py 2020-08-12 13:23:05.368663655 +0200
|
|
@@ -23,21 +23,21 @@
|
|
raise RuntimeError("Unable to find version string.")
|
|
|
|
|
|
-install_requires = [
|
|
- 'botocore==1.17.40',
|
|
- 'docutils>=0.10,<0.16',
|
|
- 's3transfer>=0.3.0,<0.4.0',
|
|
-]
|
|
+# install_requires = [
|
|
+# 'botocore==1.17.40',
|
|
+# 'docutils>=0.10,<0.16',
|
|
+# 's3transfer>=0.3.0,<0.4.0',
|
|
+# ]
|
|
|
|
|
|
-if sys.version_info[:2] == (3, 4):
|
|
- install_requires.append('PyYAML>=3.10,<5.3')
|
|
- install_requires.append('colorama>=0.2.5,<0.4.2')
|
|
- install_requires.append('rsa>=3.1.2,<=4.0.0')
|
|
-else:
|
|
- install_requires.append('PyYAML>=3.10,<5.4')
|
|
- install_requires.append('colorama>=0.2.5,<0.4.4')
|
|
- install_requires.append('rsa>=3.1.2,<=4.5.0')
|
|
+# if sys.version_info[:2] == (3, 4):
|
|
+# install_requires.append('PyYAML>=3.10,<5.3')
|
|
+# install_requires.append('colorama>=0.2.5,<0.4.2')
|
|
+# install_requires.append('rsa>=3.1.2,<=4.0.0')
|
|
+# else:
|
|
+# install_requires.append('PyYAML>=3.10,<5.4')
|
|
+# install_requires.append('colorama>=0.2.5,<0.4.4')
|
|
+# install_requires.append('rsa>=3.1.2,<=4.5.0')
|
|
|
|
|
|
setup_options = dict(
|
|
@@ -55,8 +55,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',
|