From 5d4cd3dc9775f295dcd07ee7fbf850d03b774cd10818df746316752d5d66cd5c Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Mon, 5 Oct 2015 10:07:54 +0000 Subject: [PATCH] Accepting request 336460 from home:guohouzuo:branches:devel:languages:python websockify does not run without setuptools. OBS-URL: https://build.opensuse.org/request/show/336460 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=16 --- python-websockify.changes | 5 +++++ python-websockify.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-websockify.changes b/python-websockify.changes index 3d3faba..5d86811 100644 --- a/python-websockify.changes +++ b/python-websockify.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 5 08:04:04 UTC 2015 - hguo@suse.com + +- Add missing dependency on python-setuptools + ------------------------------------------------------------------- Sat Jul 25 10:48:31 UTC 2015 - seife+obs@b1-systems.com diff --git a/python-websockify.spec b/python-websockify.spec index 364f11f..0b98988 100644 --- a/python-websockify.spec +++ b/python-websockify.spec @@ -31,6 +31,7 @@ BuildRequires: unzip 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()")}