From 3fd9bc75bcd4cc88a54abdaf7e0a35156ec36378987a1612991fed19458326ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 31 Mar 2020 11:46:18 +0000 Subject: [PATCH] Accepting request 790115 from home:polslinux:branches:devel:languages:python - remove nose dep since we are not running tests OBS-URL: https://build.opensuse.org/request/show/790115 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gspread?expand=0&rev=9 --- python-gspread.changes | 5 +++++ python-gspread.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-gspread.changes b/python-gspread.changes index 855dbfd..a141735 100644 --- a/python-gspread.changes +++ b/python-gspread.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 31 11:34:39 UTC 2020 - Paolo Stivanin + +- remove nose dep since we are not running tests + ------------------------------------------------------------------- Fri Mar 15 12:41:24 UTC 2019 - Tomáš Chvátal diff --git a/python-gspread.spec b/python-gspread.spec index 8a559ea..dbfe65b 100644 --- a/python-gspread.spec +++ b/python-gspread.spec @@ -1,7 +1,7 @@ # # spec file for package python-gspread # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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://github.com/burnash/gspread Source: https://github.com/burnash/gspread/archive/v%{version}.tar.gz BuildRequires: %{python_module betamax} -BuildRequires: %{python_module nose} BuildRequires: %{python_module oauth2client} BuildRequires: %{python_module requests >= 2.2.1} BuildRequires: %{python_module xml}