From d744686be64fa23888638ea16de2945c3b49cd1924ff0c74a47acab32ae25e55 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:30:08 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-python-client?expand=0&rev=23 --- python-google-api-python-client.changes | 5 +++++ python-google-api-python-client.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-google-api-python-client.changes b/python-google-api-python-client.changes index ba9085d..22f9ca5 100644 --- a/python-google-api-python-client.changes +++ b/python-google-api-python-client.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:48:33 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Mon Aug 13 12:54:11 UTC 2018 - mcepl@suse.com diff --git a/python-google-api-python-client.spec b/python-google-api-python-client.spec index a1a1d6f..b1c57d6 100644 --- a/python-google-api-python-client.spec +++ b/python-google-api-python-client.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -30,7 +30,6 @@ Group: Development/Languages/Python Url: https://github.com/google/google-api-python-client Source: https://files.pythonhosted.org/packages/source/g/google-api-python-client/google-api-python-client-%{version}.tar.gz Patch0: hidePythonDeps.patch -BuildRequires: %{python_module devel} BuildRequires: %{python_module httplib2 >= 0.9.2} BuildRequires: %{python_module oauth2client >= 1.5.0} BuildRequires: %{python_module setuptools}