Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15:Update
python-s3transfer.12387
hide_py_pckgmgmt.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File hide_py_pckgmgmt.patch of Package python-s3transfer.12387
diff -Nru s3transfer-0.2.0.orig/setup.py s3transfer-0.2.0/setup.py --- s3transfer-0.2.0.orig/setup.py 2019-02-07 00:14:54.000000000 +0100 +++ s3transfer-0.2.0/setup.py 2019-02-13 13:26:03.879007918 +0100 @@ -10,15 +10,15 @@ VERSION_RE = re.compile(r'''__version__ = ['"]([0-9.]+)['"]''') -requires = [ - 'botocore>=1.12.36,<2.0.0', -] +# requires = [ +# 'botocore>=1.12.36,<2.0.0', +# ] -if sys.version_info[0] == 2: - # concurrent.futures is only in python3, so for - # python2 we need to install the backport. - requires.append('futures>=2.2.0,<4.0.0') +# if sys.version_info[0] == 2: +# # concurrent.futures is only in python3, so for +# # python2 we need to install the backport. +# requires.append('futures>=2.2.0,<4.0.0') def get_version(): @@ -36,11 +36,11 @@ url='https://github.com/boto/s3transfer', packages=find_packages(exclude=['tests*']), include_package_data=True, - install_requires=requires, - extras_require={ - ':python_version=="2.6" or python_version=="2.7"': [ - 'futures>=2.2.0,<4.0.0'] - }, + # install_requires=requires, + # extras_require={ + # ':python_version=="2.6" or python_version=="2.7"': [ + # 'futures>=2.2.0,<4.0.0'] + # }, license="Apache License 2.0", classifiers=( 'Development Status :: 3 - Alpha',
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