diff --git a/python-tornado.changes b/python-tornado.changes index 362276e..c9204f3 100644 --- a/python-tornado.changes +++ b/python-tornado.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 7 15:38:39 UTC 2018 - aplanas@suse.com + +- Allows Recommends and Suggest in Fedora + ------------------------------------------------------------------- Tue Feb 27 18:38:27 UTC 2018 - aplanas@suse.com diff --git a/python-tornado.spec b/python-tornado.spec index 4b8ca6e..43c0238 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -35,7 +35,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python Requires: python-simplejson -%if 0%{?suse_version} >= 1000 +%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24 Recommends: python-Twisted Recommends: python-pycares Recommends: python-pycurl @@ -57,8 +57,10 @@ Requires: python-backports_abc %endif %ifpython2 Requires: python-singledispatch +%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24 Recommends: python-futures %endif +%endif %python_subpackages %description