Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Maintenance:4466
aws-cli.openSUSE_Leap_42.1_Update
hide_py_pckgmgmt.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File hide_py_pckgmgmt.patch of Package aws-cli.openSUSE_Leap_42.1_Update
Index: aws-cli-1.8.12/setup.py =================================================================== --- aws-cli-1.8.12.orig/setup.py +++ aws-cli-1.8.12/setup.py @@ -6,16 +6,16 @@ from setuptools import setup, find_packa import awscli -requires = ['botocore==1.3.12', - 'colorama>=0.2.5,<=0.3.3', - 'docutils>=0.10', - 'rsa>=3.1.2,<=3.3.0'] +#requires = ['botocore==1.3.12', +# 'colorama>=0.2.5,<=0.3.3', +# 'docutils>=0.10', +# 'rsa>=3.1.2,<=3.3.0'] -if sys.version_info[:2] == (2, 6): +#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') +# requires.append('argparse>=1.1') setup_options = dict( @@ -31,12 +31,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',
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor