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}