From 24eae219080a3585fd52b2adcacfea6499360049fb54fd54609ef38b1f2ef0d3 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 20 Jul 2022 12:02:47 +0000 Subject: [PATCH] - BuildRequire itself when building test flavour. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iniconfig?expand=0&rev=5 --- python-iniconfig.changes | 5 +++++ python-iniconfig.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-iniconfig.changes b/python-iniconfig.changes index 9d6cfad..5134bf0 100644 --- a/python-iniconfig.changes +++ b/python-iniconfig.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 20 12:01:45 UTC 2022 - Steve Kowalik + +- BuildRequire itself when building test flavour. + ------------------------------------------------------------------- Tue Nov 10 08:00:10 UTC 2020 - Dirk Mueller diff --git a/python-iniconfig.spec b/python-iniconfig.spec index 05a0695..c6ef20b 100644 --- a/python-iniconfig.spec +++ b/python-iniconfig.spec @@ -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 # remain the property of their copyright owners, unless otherwise agreed @@ -38,6 +38,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch %if %{with test} +BuildRequires: %{python_module iniconfig} BuildRequires: %{python_module pytest} %endif %python_subpackages