diff --git a/python-tabulate.changes b/python-tabulate.changes index 1b8075e..356b743 100644 --- a/python-tabulate.changes +++ b/python-tabulate.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 29 03:01:31 UTC 2021 - Steve Kowalik + +- Remove unneeded BuildRequires on nose. + ------------------------------------------------------------------- Fri Jul 16 19:55:28 UTC 2021 - Dirk Müller diff --git a/python-tabulate.spec b/python-tabulate.spec index 0a741dc..db8b708 100644 --- a/python-tabulate.spec +++ b/python-tabulate.spec @@ -25,7 +25,6 @@ License: MIT Group: Development/Languages/Python URL: https://bitbucket.org/astanin/python-tabulate Source: https://files.pythonhosted.org/packages/source/t/tabulate/tabulate-%{version}.tar.gz -BuildRequires: %{python_module nose} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wcwidth}