d4bd98427b
- feature:``aws opsworks``: Add support for managing Amazon ECS - feature:``aws rds``: Add support for Amazon Aurora - feature:``aws s3api``: Add support for more types of event notifications. - feature:``aws s3api``: Add support for GET/HEAD storage class response - feature:``aws logs``: Add destination API support. - feature:``aws glacier``: Add support for Vault Lock. - feature:``aws emr``: Add support for release-based clusters. - feature:``aws ecs``: Update API OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=14
37 lines
1.1 KiB
Diff
37 lines
1.1 KiB
Diff
--- setup.py.orig 2015-07-31 13:36:41.178495452 +0200
|
|
+++ setup.py 2015-07-31 13:36:59.438576404 +0200
|
|
@@ -6,16 +6,16 @@
|
|
import awscli
|
|
|
|
|
|
-requires = ['botocore==1.1.5',
|
|
- 'colorama>=0.2.5,<=0.3.3',
|
|
- 'docutils>=0.10',
|
|
- 'rsa>=3.1.2,<=3.1.4']
|
|
+#requires = ['botocore==1.1.5',
|
|
+# '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(
|
|
@@ -31,7 +31,7 @@
|
|
package_data={'awscli': ['data/*.json', 'examples/*/*.rst',
|
|
'examples/*/*/*.rst', 'topics/*.rst',
|
|
'topics/*.json']},
|
|
- install_requires=requires,
|
|
+# install_requires=requires,
|
|
extras_require={
|
|
':python_version=="2.6"': [
|
|
'argparse>=1.1',
|