From a85bcf70125bbf8c163082c10b454d17d6942c24638b3bd8446f814d21cd1eb0 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 14:14:00 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=30 --- python-websockify.changes | 5 +++++ python-websockify.spec | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/python-websockify.changes b/python-websockify.changes index 25f280b..0a9cd94 100644 --- a/python-websockify.changes +++ b/python-websockify.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:56:00 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Mon Oct 2 21:43:19 UTC 2017 - jengelh@inai.de diff --git a/python-websockify.spec b/python-websockify.spec index 1dcc861..0b609df 100644 --- a/python-websockify.spec +++ b/python-websockify.spec @@ -1,7 +1,7 @@ # # spec file for package python-websockify # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -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,7 +21,7 @@ Name: python-websockify Version: 0.8.0 Release: 0 Summary: WebSocket to TCP proxy/bridge -License: LGPL-3.0 and MPL-2.0 and BSD-2-Clause and BSD-3-Clause +License: LGPL-3.0-only AND MPL-2.0 AND BSD-2-Clause AND BSD-3-Clause Group: Development/Languages/Python Url: https://github.com/kanaka/websockify Source: https://files.pythonhosted.org/packages/source/w/websockify/websockify-%{version}.tar.gz @@ -29,7 +29,6 @@ Source: https://files.pythonhosted.org/packages/source/w/websockify/webs Patch1: u_Add-support-for-inetd.patch # PATCH-FEATURE-UPSTREAM u_Fix-inetd-mode-on-python-2.patch fate#323880 msrb@suse.com -- https://github.com/novnc/websockify/pull/293 Patch2: u_Fix-inetd-mode-on-python-2.patch -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros BuildRequires: unzip