forked from pool/python-tornado
- require python-backports.ssl_hostname only on python 2.x
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=56
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 31 19:25:46 UTC 2017 - dmueller@suse.com
|
||||||
|
|
||||||
|
- require python-backports.ssl_hostname only on python 2.x
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 7 19:59:28 UTC 2017 - toddrme2178@gmail.com
|
Fri Apr 7 19:59:28 UTC 2017 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@@ -52,8 +52,10 @@ BuildRequires: python-rpm-macros
|
|||||||
Requires: python >= 2.7.9
|
Requires: python >= 2.7.9
|
||||||
%else
|
%else
|
||||||
BuildRequires: %{python_module certifi}
|
BuildRequires: %{python_module certifi}
|
||||||
|
%ifpython2
|
||||||
BuildRequires: python-backports.ssl_match_hostname
|
BuildRequires: python-backports.ssl_match_hostname
|
||||||
Requires: python-backports.ssl_match_hostname
|
Requires: python-backports.ssl_match_hostname
|
||||||
|
%endif
|
||||||
Requires: python-certifi
|
Requires: python-certifi
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user