diff --git a/python-mutmut.changes b/python-mutmut.changes index 8ef9d2f..49fd4a7 100644 --- a/python-mutmut.changes +++ b/python-mutmut.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Nov 23 01:17:23 UTC 2024 - Steve Kowalik + +- Remove unneeded {Build,}Requires on hammett. +- We only need rich for the testsuite. +- We need toml for Python 3.10 only. + ------------------------------------------------------------------- Thu Nov 21 10:11:34 UTC 2024 - Dirk Müller diff --git a/python-mutmut.spec b/python-mutmut.spec index 05fb826..7c0dc8a 100644 --- a/python-mutmut.spec +++ b/python-mutmut.spec @@ -30,11 +30,12 @@ BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-click -Requires: python-hammett Requires: python-junit-xml >= 1.8 Requires: python-parso -Requires: python-rich Requires: python-setproctitle +%if 0%{?python_version_nodots} < 311 +Requires: python-toml +%endif Requires(post): update-alternatives Requires(postun): update-alternatives Recommends: python-coverage @@ -44,7 +45,6 @@ BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module click} BuildRequires: %{python_module coverage} -BuildRequires: %{python_module hammett} BuildRequires: %{python_module junit-xml >= 1.8} BuildRequires: %{python_module parso} BuildRequires: %{python_module pytest >= 2.8.7}