- 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:
Robert Schweikert 2018-11-07 12:58:34 +00:00 committed by Git OBS Bridge
parent 7ad0758b45
commit 399eb61194
2 changed files with 11 additions and 0 deletions

View File

@ -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>

View File

@ -36,6 +36,10 @@ BuildRequires: %{python_module urllib3 < 1.25}
BuildRequires: %{python_module urllib3 >= 1.20}
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-docutils >= 0.10
Requires: python-jmespath < 1.0.0
Requires: python-jmespath >= 0.7.1