forked from pool/python-boto3
Accepting request 681958 from home:seanmarlow:branches:devel:languages:python:aws
Fix botocore version requirement. OBS-URL: https://build.opensuse.org/request/show/681958 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-boto3?expand=0&rev=29
This commit is contained in:
parent
446597eb58
commit
4c72577846
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 5 21:34:00 UTC 2019 - Sean Marlow <sean.marlow@suse.com>
|
||||
|
||||
- Fix botocore version requirement.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 16 11:29:13 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
@ -25,31 +25,31 @@ License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/boto/boto3
|
||||
Source: https://github.com/boto/boto3/archive/%{version}.tar.gz
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module nose}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module six}
|
||||
# Related test dependencies
|
||||
BuildRequires: %{python_module botocore < 1.13.0}
|
||||
BuildRequires: %{python_module botocore >= 1.12.93}
|
||||
Requires: %{python_module jmespath < 1.0.0}
|
||||
Requires: %{python_module jmespath >= 0.7.1}
|
||||
BuildRequires: %{python_module botocore >= 1.12.96}
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module nose}
|
||||
BuildRequires: %{python_module s3transfer < 0.3.0}
|
||||
BuildRequires: %{python_module s3transfer >= 0.1.10}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module six}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
%if 0%{?suse_version} <= 1315
|
||||
# We need the ssl module, which is delivers by python and not python-base
|
||||
BuildRequires: python
|
||||
%endif
|
||||
Requires: %{python_module jmespath < 1.0.0}
|
||||
Requires: %{python_module jmespath >= 0.7.1}
|
||||
Requires: python-botocore < 1.13.0
|
||||
Requires: python-botocore >= 1.12.93
|
||||
Requires: python-botocore >= 1.12.96
|
||||
Requires: python-jmespath < 1.0.0
|
||||
Requires: python-jmespath >= 0.7.1
|
||||
Requires: python-s3transfer < 0.3.0
|
||||
Requires: python-s3transfer >= 0.1.10
|
||||
Requires: python-six
|
||||
BuildArch: noarch
|
||||
%if 0%{?suse_version} <= 1315
|
||||
# We need the ssl module, which is delivers by python and not python-base
|
||||
BuildRequires: python
|
||||
%endif
|
||||
%ifpython2
|
||||
BuildRequires: python2-futures
|
||||
Requires: python2-futures
|
||||
|
Loading…
x
Reference in New Issue
Block a user