1
0

Accepting request 790117 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/790117
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gspread?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2020-03-31 15:17:39 +00:00 committed by Git OBS Bridge
commit 671d2003f6
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 31 11:34:39 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
- remove nose dep since we are not running tests
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 15 12:41:24 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com> Fri Mar 15 12:41:24 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-gspread # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -26,7 +26,6 @@ Group: Development/Languages/Python
URL: https://github.com/burnash/gspread URL: https://github.com/burnash/gspread
Source: https://github.com/burnash/gspread/archive/v%{version}.tar.gz Source: https://github.com/burnash/gspread/archive/v%{version}.tar.gz
BuildRequires: %{python_module betamax} BuildRequires: %{python_module betamax}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module oauth2client} BuildRequires: %{python_module oauth2client}
BuildRequires: %{python_module requests >= 2.2.1} BuildRequires: %{python_module requests >= 2.2.1}
BuildRequires: %{python_module xml} BuildRequires: %{python_module xml}