14
0
forked from pool/python-psutil

Accepting request 1003358 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/1003358
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=146
This commit is contained in:
2022-09-14 13:33:23 +00:00
committed by Git OBS Bridge
parent acfccb018d
commit bdca8db763
4 changed files with 23 additions and 7 deletions

View File

@@ -24,7 +24,7 @@
%endif
%bcond_without python2
Name: python-psutil
Version: 5.9.1
Version: 5.9.2
Release: 0
Summary: A process utilities module for Python
License: BSD-3-Clause
@@ -44,11 +44,11 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: procps
%if %{with test}
%if 0%{suse_version} < 1550
BuildRequires: %{python_module unittest2}
%endif
BuildRequires: net-tools
BuildRequires: procps
%if 0%{?suse_version} < 1550
BuildRequires: %{python_module unittest2}
%endif
%if %{with python2}
BuildRequires: python-ipaddress
BuildRequires: python-mock