Accepting request 922084 from devel:languages:python:numeric

- Remove unneeded BuildRequires on nose.

OBS-URL: https://build.opensuse.org/request/show/922084
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tabulate?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2021-10-05 20:33:29 +00:00 committed by Git OBS Bridge
commit 16b6b66744
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 29 03:01:31 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Remove unneeded BuildRequires on nose.
-------------------------------------------------------------------
Fri Jul 16 19:55:28 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -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}