From fe0c9774b9806b9622164e299e937284fddb3e64dd27adb1a4368b70c92955fa Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sun, 2 Jan 2022 01:52:55 +0000 Subject: [PATCH] Accepting request 934648 from home:StevenK:branches:system:packagemanager - python3-nose is not required for the testsuite, update BuildRequires to the actual package used, python3-setuptools. OBS-URL: https://build.opensuse.org/request/show/934648 OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/createrepo_c?expand=0&rev=59 --- createrepo_c.changes | 6 ++++++ createrepo_c.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/createrepo_c.changes b/createrepo_c.changes index 7c6013c..e577497 100644 --- a/createrepo_c.changes +++ b/createrepo_c.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 30 04:52:35 UTC 2021 - Steve Kowalik + +- python3-nose is not required for the testsuite, update BuildRequires + to the actual package used, python3-setuptools. + ------------------------------------------------------------------- Wed Jun 30 15:35:41 UTC 2021 - Callum Farmer diff --git a/createrepo_c.spec b/createrepo_c.spec index eee24b9..26d5583 100644 --- a/createrepo_c.spec +++ b/createrepo_c.spec @@ -92,7 +92,7 @@ BuildRequires: libmodulemd-devel >= 2.3.0 Requires: %{libname}%{?_isa} = %{version}-%{release} %if %{with tests} BuildRequires: python3 -BuildRequires: python3-nose +BuildRequires: python3-setuptools %endif %if 0%{?suse_version} >= 1330 BuildRequires: bash-completion-devel