From 3874218f48417a45bf8bd9f4b3671c5b008ea527e1284e7125480c39e902f724 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 22 Jul 2017 08:19:14 +0000 Subject: [PATCH 1/2] - drop dependency on pyOpenSSL, seems unused OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=20 --- python-websockify.changes | 5 +++++ python-websockify.spec | 7 +------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/python-websockify.changes b/python-websockify.changes index 4d73973..43a46db 100644 --- a/python-websockify.changes +++ b/python-websockify.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jul 22 08:19:00 UTC 2017 - dmueller@suse.com + +- drop dependency on pyOpenSSL, seems unused + ------------------------------------------------------------------- Mon May 2 20:48:32 UTC 2016 - dmueller@suse.com diff --git a/python-websockify.spec b/python-websockify.spec index 1ce3861..f31d5e4 100644 --- a/python-websockify.spec +++ b/python-websockify.spec @@ -1,7 +1,7 @@ # # spec file for package python-websockify # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -30,14 +30,9 @@ BuildRequires: unzip %if 0%{?suse_version} Recommends: python-numpy %endif -Requires: python-pyOpenSSL Requires: python-setuptools BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if 0%{?suse_version} && 0%{?suse_version} <= 1110 -%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%else BuildArch: noarch -%endif %description websockify was formerly named wsproxy and was part of the From 7bb68077fd222456fba4f2b94d86a1f4870008feea629ecb057a67b3b3abbfc3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 23 Jul 2017 08:51:46 +0000 Subject: [PATCH 2/2] - drop dependency on pyOpenSSL, seems unused (bsc#1049987) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=21 --- python-websockify.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-websockify.changes b/python-websockify.changes index 43a46db..63d6a6a 100644 --- a/python-websockify.changes +++ b/python-websockify.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Sat Jul 22 08:19:00 UTC 2017 - dmueller@suse.com -- drop dependency on pyOpenSSL, seems unused +- drop dependency on pyOpenSSL, seems unused (bsc#1049987) ------------------------------------------------------------------- Mon May 2 20:48:32 UTC 2016 - dmueller@suse.com