From 826ed7af979a1a778e87c8f254e1494355b84b42ba725b20915a5b3918546e1a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:56:29 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-vlc?expand=0&rev=4 --- python-python-vlc.changes | 5 +++++ python-python-vlc.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-python-vlc.changes b/python-python-vlc.changes index 4c42da8..5d8a3e9 100644 --- a/python-python-vlc.changes +++ b/python-python-vlc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:53:11 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Tue May 8 15:52:15 UTC 2018 - aloisio@gmx.com diff --git a/python-python-vlc.spec b/python-python-vlc.spec index 7b0d390..26ea878 100644 --- a/python-python-vlc.spec +++ b/python-python-vlc.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/ # @@ -21,13 +21,12 @@ Name: python-python-vlc Version: 3.0.102 Release: 0 Summary: VLC bindings for python -License: LGPL-2.0+ +License: LGPL-2.0-or-later Group: Development/Languages/Python Url: http://wiki.videolan.org/PythonBinding Source: https://files.pythonhosted.org/packages/source/p/python-vlc/python-vlc-%{version}.tar.gz # PATCH-FIX-UPSTREAM fix-docs.patch -- Fix some example code in the docs Patch0: fix-docs.patch -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros