From c3e4fbe323aa075e9f01b97068d35bd2d7d288b9a4e68a6327169aed3e6d8ee7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 27 Feb 2018 21:30:44 +0000 Subject: [PATCH] Accepting request 580765 from home:aplanas:branches:devel:languages:python - Recommends only for SUSE OBS-URL: https://build.opensuse.org/request/show/580765 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=72 --- python-tornado.changes | 5 +++++ python-tornado.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-tornado.changes b/python-tornado.changes index eec3978..362276e 100644 --- a/python-tornado.changes +++ b/python-tornado.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 27 18:38:27 UTC 2018 - aplanas@suse.com + +- Recommends only for SUSE + ------------------------------------------------------------------- Tue Feb 13 19:19:32 UTC 2018 - toddrme2178@gmail.com diff --git a/python-tornado.spec b/python-tornado.spec index 2363e83..4b8ca6e 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -33,12 +33,14 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module simplejson} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python >= 2.7.9 +Requires: python Requires: python-simplejson +%if 0%{?suse_version} >= 1000 Recommends: python-Twisted Recommends: python-pycares Recommends: python-pycurl Recommends: python-service_identity +%endif %if 0%{?sle_version} == 120000 && !0%{?is_opensuse} BuildRequires: %{python_module backports.ssl_match_hostname} BuildRequires: %{python_module certifi}