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