From 267f6cb99d19128353ef29c3c76adf8ef56d9e0b4b838e01adc204d1e36df19c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 9 Nov 2024 15:49:32 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-shell-utilities?expand=0&rev=15 --- python-pytest-shell-utilities.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-pytest-shell-utilities.spec b/python-pytest-shell-utilities.spec index ddf9787..2520d74 100644 --- a/python-pytest-shell-utilities.spec +++ b/python-pytest-shell-utilities.spec @@ -41,7 +41,7 @@ BuildRequires: python-rpm-macros # SECTION test requirements %if %{with test} BuildRequires: %{python_module attrs >= 22.1.0} -BuildRequires: %{python_module psutil >= 5.0.0} +BuildRequires: %{python_module psutil >= 6.0.0} BuildRequires: %{python_module pytest >= 7.3.0} BuildRequires: %{python_module pytest-helpers-namespace} BuildRequires: %{python_module pytest-shell-utilities = %{version}} @@ -52,7 +52,7 @@ BuildRequires: %{python_module typing-extensions} # /SECTION BuildRequires: fdupes Requires: python-attrs >= 22.1.0 -Requires: python-psutil >= 5.0.0 +Requires: python-psutil >= 6.0.0 Requires: python-pytest >= 7.3.0 Requires: python-pytest-helpers-namespace Requires: python-pytest-skip-markers