18
0

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
This commit is contained in:
2018-12-04 13:30:08 +00:00
committed by Git OBS Bridge
parent 8186cf0848
commit d744686be6
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 4 12:48:33 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 13 12:54:11 UTC 2018 - mcepl@suse.com Mon Aug 13 12:54:11 UTC 2018 - mcepl@suse.com

View File

@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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 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 Source: https://files.pythonhosted.org/packages/source/g/google-api-python-client/google-api-python-client-%{version}.tar.gz
Patch0: hidePythonDeps.patch Patch0: hidePythonDeps.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module httplib2 >= 0.9.2} BuildRequires: %{python_module httplib2 >= 0.9.2}
BuildRequires: %{python_module oauth2client >= 1.5.0} BuildRequires: %{python_module oauth2client >= 1.5.0}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}