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