Accepting request 854885 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/854885
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=59
This commit is contained in:
Dominique Leuenberger 2020-12-12 19:28:24 +00:00 committed by Git OBS Bridge
commit b64416518a
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Dec 11 12:19:05 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Only require unittest2 for Leap.
-------------------------------------------------------------------
Fri Dec 11 11:36:23 UTC 2020 - Andreas Schneider <asn@cryptomilk.org>
- Add missing BR for unittest2
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 1 12:55:06 UTC 2020 - Dirk Mueller <dmueller@suse.com> Tue Dec 1 12:55:06 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@ -41,6 +41,9 @@ BuildRequires: python-rpm-macros
Requires: net-tools Requires: net-tools
Requires: procps Requires: procps
%if %{with test} %if %{with test}
%if 0%{suse_version} < 1550
BuildRequires: %{python_module unittest2}
%endif
BuildRequires: net-tools BuildRequires: net-tools
BuildRequires: procps BuildRequires: procps
%if %{with python2} %if %{with python2}