From e91990e7b8bda302d492bd23c19492c345122f45a200bf5c5200ebed926d95ec Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 11 Jan 2022 21:07:05 +0000 Subject: [PATCH] - add python-rpm-macros dependency OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-junitxml?expand=0&rev=7 --- python-junitxml.changes | 5 +++++ python-junitxml.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-junitxml.changes b/python-junitxml.changes index ed16e50..2bec904 100644 --- a/python-junitxml.changes +++ b/python-junitxml.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 11 21:06:55 UTC 2022 - Dirk Müller + +- add python-rpm-macros dependency + ------------------------------------------------------------------- Mon Nov 8 12:39:42 UTC 2021 - Dirk Müller diff --git a/python-junitxml.spec b/python-junitxml.spec index adc4eb8..211353d 100644 --- a/python-junitxml.spec +++ b/python-junitxml.spec @@ -1,7 +1,7 @@ # # spec file for package python-junitxml # -# Copyright (c) 2021 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 @@ -29,6 +29,7 @@ Source: https://files.pythonhosted.org/packages/source/j/junitxml/junitx Patch0: junitxml-tests.patch BuildRequires: %{python_module setuptools} BuildRequires: %{python_module xml} +BuildRequires: python-rpm-macros %ifpython2 Requires: python-xml %endif