15
0

Accepting request 606268 from home:TheBlackCat:branches:devel:languages:python

- Fix building on SLE

OBS-URL: https://build.opensuse.org/request/show/606268
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=81
This commit is contained in:
Tomáš Chvátal
2018-05-11 04:59:21 +00:00
committed by Git OBS Bridge
parent 93250dcf96
commit ad67effd3e
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu May 10 16:35:09 UTC 2018 - toddrme2178@gmail.com
- Fix building on SLE
-------------------------------------------------------------------
Wed Apr 18 17:10:06 UTC 2018 - toddrme2178@gmail.com

View File

@@ -42,6 +42,9 @@ Recommends: python-pycares
Recommends: python-pycurl
Recommends: python-service_identity
%endif
%if 0%{?sle_version} == 120300
BuildRequires: %{python_module backports_abc}
%endif
%if 0%{?sle_version} == 120000 && !0%{?is_opensuse}
BuildRequires: %{python_module backports.ssl_match_hostname}
BuildRequires: %{python_module certifi}