Accepting request 647585 from devel:languages:python:aws
- Fix build for openSUSE Leap 42.3 + urllib3 needs the ssl module, which in Leap 42.3 is delivered by python and not python-base. Set explicit build dependency on python OBS-URL: https://build.opensuse.org/request/show/647585 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boto3?expand=0&rev=18
This commit is contained in:
commit
79f2486058
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 7 13:38:22 UTC 2018 - Robert Schweikert <rjschwei@suse.com>
|
||||
|
||||
- Fix build for openSUSE Leap 42.3
|
||||
+ urllib3 needs the ssl module, which in Leap 42.3 is delivered by python
|
||||
and not python-base. Set explicit build dependency on python
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 6 14:42:41 UTC 2018 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -32,6 +32,10 @@ BuildRequires: %{python_module s3transfer}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
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-botocore < 1.13.0
|
||||
Requires: python-botocore >= 1.12.38
|
||||
Requires: python-jmespath < 1.0.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user