- Add python-py as test dependency

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iniconfig?expand=0&rev=7
This commit is contained in:
Daniel Garcia 2022-12-05 12:46:08 +00:00 committed by Git OBS Bridge
parent 24eae21908
commit 85dcb4f08a
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 5 12:45:15 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Add python-py as test dependency
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 20 12:01:45 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com> Wed Jul 20 12:01:45 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>

View File

@ -40,6 +40,7 @@ BuildArch: noarch
%if %{with test} %if %{with test}
BuildRequires: %{python_module iniconfig} BuildRequires: %{python_module iniconfig}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module py}
%endif %endif
%python_subpackages %python_subpackages