From 85dcb4f08aac30260855f60a6a25dfa304f843b6f0dfaaa984de21a5bda61658 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Mon, 5 Dec 2022 12:46:08 +0000 Subject: [PATCH] - Add python-py as test dependency OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iniconfig?expand=0&rev=7 --- python-iniconfig.changes | 5 +++++ python-iniconfig.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-iniconfig.changes b/python-iniconfig.changes index 5134bf0..da707c3 100644 --- a/python-iniconfig.changes +++ b/python-iniconfig.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 5 12:45:15 UTC 2022 - Daniel Garcia + +- Add python-py as test dependency + ------------------------------------------------------------------- Wed Jul 20 12:01:45 UTC 2022 - Steve Kowalik diff --git a/python-iniconfig.spec b/python-iniconfig.spec index c6ef20b..85e0a67 100644 --- a/python-iniconfig.spec +++ b/python-iniconfig.spec @@ -40,6 +40,7 @@ BuildArch: noarch %if %{with test} BuildRequires: %{python_module iniconfig} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module py} %endif %python_subpackages