From 66f7961cc0c6b1cb91b47ec217f6d69b06887bc54844a26bf5fe2d7dfc35f8ed Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:30:20 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=10 --- python-google-auth.changes | 5 +++++ python-google-auth.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-google-auth.changes b/python-google-auth.changes index 1558456..22b2035 100644 --- a/python-google-auth.changes +++ b/python-google-auth.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:48:35 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Wed Sep 12 19:59:10 UTC 2018 - Thomas Bechtold diff --git a/python-google-auth.spec b/python-google-auth.spec index 850e179..e67ae83 100644 --- a/python-google-auth.spec +++ b/python-google-auth.spec @@ -29,7 +29,6 @@ Patch0: oauth-no-appengine.patch BuildRequires: %{python_module Flask} BuildRequires: %{python_module cachetools} BuildRequires: %{python_module cryptography} -BuildRequires: %{python_module devel} BuildRequires: %{python_module mock} BuildRequires: %{python_module oauth2client-gce} BuildRequires: %{python_module oauth2client}