2015-05-28 00:33:00 +02:00
|
|
|
--- setup.py.orig
|
|
|
|
+++ setup.py
|
2015-01-18 18:15:20 +01:00
|
|
|
@@ -6,16 +6,16 @@ from setuptools import setup, find_packa
|
2014-02-26 20:04:35 +01:00
|
|
|
import awscli
|
|
|
|
|
|
|
|
|
2015-06-01 22:52:02 +02:00
|
|
|
-requires = ['botocore==1.0.0a3',
|
2015-05-28 00:33:00 +02:00
|
|
|
- 'bcdoc>=0.14.0,<0.15.0',
|
|
|
|
- 'colorama>=0.2.5,<=0.3.3',
|
2014-02-26 20:04:35 +01:00
|
|
|
- 'docutils>=0.10',
|
2015-05-28 00:33:00 +02:00
|
|
|
- 'rsa>=3.1.2,<=3.1.4']
|
2015-06-01 22:52:02 +02:00
|
|
|
+#requires = ['botocore==1.0.0a3',
|
2015-05-28 00:33:00 +02:00
|
|
|
+# 'bcdoc>=0.14.0,<0.15.0',
|
|
|
|
+# 'colorama>=0.2.5,<=0.3.3',
|
2014-02-26 20:04:35 +01:00
|
|
|
+# 'docutils>=0.10',
|
2015-05-28 00:33:00 +02:00
|
|
|
+# 'rsa>=3.1.2,<=3.1.4']
|
2014-02-26 20:04:35 +01:00
|
|
|
|
|
|
|
-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',
|
2015-05-28 00:33:00 +02:00
|
|
|
'examples/*/*/*.rst', 'topics/*.rst',
|
|
|
|
'topics/*.json']},
|
2014-02-26 20:04:35 +01:00
|
|
|
- install_requires=requires,
|
|
|
|
+# install_requires=requires,
|
|
|
|
license="Apache License 2.0",
|
|
|
|
classifiers=(
|
|
|
|
'Development Status :: 5 - Production/Stable',
|