diff --git a/python-googleapis-common-protos.changes b/python-googleapis-common-protos.changes index 2b80173..961991f 100644 --- a/python-googleapis-common-protos.changes +++ b/python-googleapis-common-protos.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:48:34 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Fri May 18 04:45:46 UTC 2018 - tbechtold@suse.com diff --git a/python-googleapis-common-protos.spec b/python-googleapis-common-protos.spec index 3a66a60..5807921 100644 --- a/python-googleapis-common-protos.spec +++ b/python-googleapis-common-protos.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/ # @@ -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