Robert Schweikert
2e6fdbf4b2
- Follow up to previous update to address API compatibility issues with botocore - Improved lambda support - Add support for uploading code using Amazon S3 - Preview services are now documented and will also show up in the list of available services + From 1.7.30 - Add support for ``aws efs`` - Add paginators and waiters for ``aws ecs`` OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=12
38 lines
1.2 KiB
Diff
38 lines
1.2 KiB
Diff
--- setup.py.orig
|
|
+++ setup.py
|
|
@@ -6,16 +6,16 @@ from setuptools import setup, find_packa
|
|
import awscli
|
|
|
|
|
|
-requires = ['botocore==1.0.0a3',
|
|
- 'bcdoc>=0.14.0,<0.15.0',
|
|
- 'colorama>=0.2.5,<=0.3.3',
|
|
- 'docutils>=0.10',
|
|
- 'rsa>=3.1.2,<=3.1.4']
|
|
+#requires = ['botocore==1.0.0a3',
|
|
+# 'bcdoc>=0.14.0,<0.15.0',
|
|
+# 'colorama>=0.2.5,<=0.3.3',
|
|
+# 'docutils>=0.10',
|
|
+# 'rsa>=3.1.2,<=3.1.4']
|
|
|
|
-if sys.version_info[:2] == (2, 6):
|
|
- # For python2.6 we have to require argparse since it
|
|
- # was not in stdlib until 2.7.
|
|
- requires.append('argparse>=1.1')
|
|
+#if sys.version_info[:2] == (2, 6):
|
|
+# # For python2.6 we have to require argparse since it
|
|
+# # was not in stdlib until 2.7.
|
|
+# requires.append('argparse>=1.1')
|
|
|
|
|
|
setup_options = dict(
|
|
@@ -33,7 +33,7 @@ setup_options = dict(
|
|
package_data={'awscli': ['data/*.json', 'examples/*/*.rst',
|
|
'examples/*/*/*.rst', 'topics/*.rst',
|
|
'topics/*.json']},
|
|
- install_requires=requires,
|
|
+# install_requires=requires,
|
|
license="Apache License 2.0",
|
|
classifiers=(
|
|
'Development Status :: 5 - Production/Stable',
|