SHA256
1
0
forked from pool/aws-cli
aws-cli/hide_py_pckgmgmt.patch
Robert Schweikert f5a669a57e Accepting request 774998 from home:glaubitz:branches:Cloud:Tools
- Update to version 1.18.0
  + For detailed changes see
    https://github.com/aws/aws-cli/blob/1.18.0/CHANGELOG.rst
  + Forward port hide_py_pckgmgmt.patch
  + Install aws bash completetion script into system path
  + Install aws zsh completion script into /etc/zsh_completion.d
  + Update Requires in spec file from setup.py

OBS-URL: https://build.opensuse.org/request/show/774998
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=83
2020-02-18 01:55:55 +00:00

45 lines
1.3 KiB
Diff

--- setup.py.orig 2020-02-14 20:07:25.000000000 +0100
+++ setup.py 2020-02-17 19:55:53.766213224 +0100
@@ -23,19 +23,19 @@
raise RuntimeError("Unable to find version string.")
-install_requires = [
- 'botocore==1.15.0',
- 'docutils>=0.10,<0.16',
- 'rsa>=3.1.2,<=3.5.0',
- 's3transfer>=0.3.0,<0.4.0',
- 'PyYAML>=3.10,<5.3',
-]
+# install_requires = [
+# 'botocore==1.15.0',
+# 'docutils>=0.10,<0.16',
+# 'rsa>=3.1.2,<=3.5.0',
+# 's3transfer>=0.3.0,<0.4.0',
+# 'PyYAML>=3.10,<5.3',
+# ]
-if sys.version_info[:2] == (3, 4):
- install_requires.append('colorama>=0.2.5,<0.4.2')
-else:
- install_requires.append('colorama>=0.2.5,<0.4.4')
+# if sys.version_info[:2] == (3, 4):
+# install_requires.append('colorama>=0.2.5,<0.4.2')
+# else:
+# install_requires.append('colorama>=0.2.5,<0.4.4')
setup_options = dict(
@@ -53,8 +53,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',