From cd6ad76ebb1f53eafcd669f678fe202b3a545917281be1f46ccb407c489edc93 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 29 Sep 2021 03:02:03 +0000 Subject: [PATCH] - Remove unneeded BuildRequires on nose. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-tabulate?expand=0&rev=21 --- python-tabulate.changes | 5 +++++ python-tabulate.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) 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}