From c62ae9f5e36a69df43402d835af81b02cf90b5d5ce42592ef4c97d510517511c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 10 Mar 2020 08:42:58 +0000 Subject: [PATCH] - remove pandas dependency (optional test dependency, and went python 3.x only) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-tabulate?expand=0&rev=12 --- python-tabulate.changes | 5 +++++ python-tabulate.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-tabulate.changes b/python-tabulate.changes index 93a4853..27ba917 100644 --- a/python-tabulate.changes +++ b/python-tabulate.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 10 08:42:40 UTC 2020 - Dirk Mueller + +- remove pandas dependency (optional test dependency, and went python 3.x only) + ------------------------------------------------------------------- Sun Dec 1 19:13:52 UTC 2019 - Arun Persaud diff --git a/python-tabulate.spec b/python-tabulate.spec index a8891a3..ab81968 100644 --- a/python-tabulate.spec +++ b/python-tabulate.spec @@ -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