Accepting request 990394 from devel:languages:python

- BuildRequire itself when building test flavour.

OBS-URL: https://build.opensuse.org/request/show/990394
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-iniconfig?expand=0&rev=3
This commit is contained in:
Richard Brown 2022-07-22 17:20:21 +00:00 committed by Git OBS Bridge
commit 90c89370f3
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 20 12:01:45 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- BuildRequire itself when building test flavour.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 10 08:00:10 UTC 2020 - Dirk Mueller <dmueller@suse.com> Tue Nov 10 08:00:10 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python # spec file
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -38,6 +38,7 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildArch: noarch BuildArch: noarch
%if %{with test} %if %{with test}
BuildRequires: %{python_module iniconfig}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
%endif %endif
%python_subpackages %python_subpackages