15
0

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
This commit is contained in:
Tomáš Chvátal
2020-03-31 11:46:18 +00:00
committed by Git OBS Bridge
parent 989b11a518
commit 3fd9bc75bc
2 changed files with 6 additions and 2 deletions

View File

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