From bb3499274eb58d7c558e625c13cce322640ea6c412f6d7db19c31754d4b50558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Str=C3=B6der?= Date: Fri, 11 Dec 2020 12:06:51 +0000 Subject: [PATCH] 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 --- python-psutil.changes | 5 +++++ python-psutil.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-psutil.changes b/python-psutil.changes index 0be88d7..b1a12d8 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 11 11:36:23 UTC 2020 - Andreas Schneider + +- Add missing BR for unittest2 + ------------------------------------------------------------------- Tue Dec 1 12:55:06 UTC 2020 - Dirk Mueller diff --git a/python-psutil.spec b/python-psutil.spec index d351076..f8339d2 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -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}