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
This commit is contained in:
Denisart Benjamin 2015-10-05 10:07:54 +00:00 committed by Git OBS Bridge
parent 91bff5a565
commit 5d4cd3dc97
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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()")}