SHA256
1
0
forked from pool/aws-cli
aws-cli/hide_py_pckgmgmt.patch

37 lines
1.1 KiB
Diff
Raw Normal View History

--- 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',