- Remove unneeded BuildRequires on nose.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-tabulate?expand=0&rev=21
This commit is contained in:
Steve Kowalik 2021-09-29 03:02:03 +00:00 committed by Git OBS Bridge
parent a4a006c71f
commit 936a9023c5
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}