- 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/package/show/devel:languages:python:aws/python-botocore?expand=0&rev=21
This commit is contained in:
parent
7ad0758b45
commit
399eb61194
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 7 12:56:44 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:15:47 UTC 2018 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Tue Nov 6 14:15:47 UTC 2018 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -36,6 +36,10 @@ BuildRequires: %{python_module urllib3 < 1.25}
|
|||||||
BuildRequires: %{python_module urllib3 >= 1.20}
|
BuildRequires: %{python_module urllib3 >= 1.20}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
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-docutils >= 0.10
|
Requires: python-docutils >= 0.10
|
||||||
Requires: python-jmespath < 1.0.0
|
Requires: python-jmespath < 1.0.0
|
||||||
Requires: python-jmespath >= 0.7.1
|
Requires: python-jmespath >= 0.7.1
|
||||||
|
Loading…
Reference in New Issue
Block a user