forked from pool/aws-cli
Dirk Mueller
adc23eb80a
* more than 500 changes, have a look at https://github.com/aws/aws-cli/compare/1.10.38...1.10.67 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=25
41 lines
1.2 KiB
Diff
41 lines
1.2 KiB
Diff
Index: setup.py
|
|
===================================================================
|
|
--- setup.py.orig
|
|
+++ setup.py
|
|
@@ -6,11 +6,11 @@ from setuptools import setup, find_packa
|
|
import awscli
|
|
|
|
|
|
-requires = ['botocore==1.4.57',
|
|
- 'colorama>=0.2.5,<=0.3.7',
|
|
- 'docutils>=0.10',
|
|
- 'rsa>=3.1.2,<=3.5.0',
|
|
- 's3transfer>=0.1.0,<0.2.0']
|
|
+#requires = ['botocore==1.4.57',
|
|
+# 'colorama>=0.2.5,<=0.3.7',
|
|
+# 'docutils>=0.10',
|
|
+# 'rsa>=3.1.2,<=3.5.0',
|
|
+# 's3transfer>=0.1.0,<0.2.0']
|
|
|
|
|
|
if sys.version_info[:2] == (2, 6):
|
|
@@ -33,12 +33,12 @@ setup_options = dict(
|
|
package_data={'awscli': ['data/*.json', 'examples/*/*.rst',
|
|
'examples/*/*/*.rst', 'topics/*.rst',
|
|
'topics/*.json']},
|
|
- install_requires=requires,
|
|
- extras_require={
|
|
- ':python_version=="2.6"': [
|
|
- 'argparse>=1.1',
|
|
- ]
|
|
- },
|
|
+# install_requires=requires,
|
|
+# extras_require={
|
|
+# ':python_version=="2.6"': [
|
|
+# 'argparse>=1.1',
|
|
+# ]
|
|
+# },
|
|
license="Apache License 2.0",
|
|
classifiers=(
|
|
'Development Status :: 5 - Production/Stable',
|