From 8ccb5dbca87172509cf6c51058af49dbc8a82a47fbeabaa399ed04ff522776c4 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:51:29 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=6 --- python-PyChromecast.changes | 5 +++++ python-PyChromecast.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-PyChromecast.changes b/python-PyChromecast.changes index b2f631e..1aa3f52 100644 --- a/python-PyChromecast.changes +++ b/python-PyChromecast.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:52:18 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Fri May 11 21:52:30 UTC 2018 - toddrme2178@gmail.com diff --git a/python-PyChromecast.spec b/python-PyChromecast.spec index bb7adc8..af41e3d 100644 --- a/python-PyChromecast.spec +++ b/python-PyChromecast.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/ # @@ -27,7 +27,6 @@ License: MIT Group: Development/Languages/Python URL: https://github.com/balloob/pychromecast Source: https://files.pythonhosted.org/packages/source/P/PyChromecast/PyChromecast-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module protobuf >= 3.0.0} BuildRequires: %{python_module requests >= 2.0} BuildRequires: %{python_module setuptools}