Accepting request 854859 from home:gladiac:pgadmin4

- Add missing BR for unittest2

This fixes building on openSUSE_Leap_15.2

OBS-URL: https://build.opensuse.org/request/show/854859
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=126
This commit is contained in:
Michael Ströder 2020-12-11 12:06:51 +00:00 committed by Git OBS Bridge
parent 2e988699e7
commit bb3499274e
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
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>

View File

@ -41,6 +41,7 @@ BuildRequires: python-rpm-macros
Requires: net-tools
Requires: procps
%if %{with test}
BuildRequires: %{python_module unittest2}
BuildRequires: net-tools
BuildRequires: procps
%if %{with python2}