From 1c1a7e040b3a37280d5524bf1f029a317df32d4c1fe4b5fea2c91a80b28177f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 6 Mar 2018 20:50:54 +0000 Subject: [PATCH] Accepting request 583457 from home:aplanas:branches:devel:languages:python Allows Recommends and Suggest in Fedora OBS-URL: https://build.opensuse.org/request/show/583457 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=38 --- python-gevent.changes | 5 +++++ python-gevent.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-gevent.changes b/python-gevent.changes index 4389b43..64de4b2 100644 --- a/python-gevent.changes +++ b/python-gevent.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 6 15:26:44 UTC 2018 - aplanas@suse.com + +- Allows Recommends and Suggest in Fedora + ------------------------------------------------------------------- Tue Feb 27 17:32:29 UTC 2018 - aplanas@suse.com diff --git a/python-gevent.spec b/python-gevent.spec index d7ae4b7..4e39c37 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -40,7 +40,7 @@ BuildRequires: %{python_module nose} %endif Requires: python-cffi Requires: python-greenlet -%if 0%{?suse_version} >= 1000 +%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24 Recommends: python-psutil %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build