1
0

Accepting request 659401 from devel:languages:python

- Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659401
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-googleapis-common-protos?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2018-12-24 10:37:36 +00:00 committed by Git OBS Bridge
commit cfee2d636f
2 changed files with 13 additions and 9 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 4 12:48:34 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Fri May 18 04:45:46 UTC 2018 - tbechtold@suse.com

View File

@ -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/
#
@ -23,19 +23,17 @@ Release: 0
Summary: Common protobufs used in Google APIs
License: Apache-2.0
Group: Development/Languages/Python
Url: https://github.com/googleapis/googleapis
URL: https://github.com/googleapis/googleapis
Source: https://files.pythonhosted.org/packages/source/g/googleapis-common-protos/googleapis-common-protos-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module protobuf >= 3.0.0}
# /SECTION
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-protobuf >= 3.0.0
Suggests: python-grpcio >= 1.0.0
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module protobuf >= 3.0.0}
# /SECTION
%python_subpackages
%description
@ -53,7 +51,8 @@ protos in the googleapis_ repository.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%doc LICENSE README.rst
%license LICENSE
%doc README.rst
%{python_sitelib}/*
%changelog