Accepting request 783188 from devel:languages:python:numeric

- remove pandas dependency (optional test dependency, and went python 3.x only)

OBS-URL: https://build.opensuse.org/request/show/783188
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tabulate?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2020-03-12 21:58:34 +00:00 committed by Git OBS Bridge
commit 75ea358ec3
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 10 08:42:40 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- remove pandas dependency (optional test dependency, and went python 3.x only)
-------------------------------------------------------------------
Sun Dec 1 19:13:52 UTC 2019 - Arun Persaud <arun@gmx.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-tabulate
#
# Copyright (c) 2019 SUSE LLC
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -26,7 +26,6 @@ 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 pandas}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wcwidth}
BuildRequires: fdupes