Accepting request 663869 from home:jbrownell:branches:devel:languages:python

- Use "Requires:" instead of "Recommends:" on older Red Hat platforms

OBS-URL: https://build.opensuse.org/request/show/663869
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=44
This commit is contained in:
Tomáš Chvátal 2019-01-09 08:17:54 +00:00 committed by Git OBS Bridge
parent 79792536cf
commit 7b6dc9bf1a
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 9 00:10:41 UTC 2019 - Jonathan Brownell <jbrownell@suse.com>
- Use "Requires:" instead of "Recommends:" on older Red Hat platforms
-------------------------------------------------------------------
Tue Aug 7 15:22:15 UTC 2018 - toddrme2178@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package python-gevent
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -40,7 +40,11 @@ BuildRequires: %{python_module nose}
%endif
Requires: python-cffi
Requires: python-greenlet
%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24 || 0%{?rhel} >= 8
Requires: python-psutil
%else
Recommends: python-psutil
%endif
%python_subpackages