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:
parent
91bff5a565
commit
5d4cd3dc97
@ -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
|
Sat Jul 25 10:48:31 UTC 2015 - seife+obs@b1-systems.com
|
||||||
|
|
||||||
|
@ -31,6 +31,7 @@ BuildRequires: unzip
|
|||||||
Recommends: python-numpy
|
Recommends: python-numpy
|
||||||
%endif
|
%endif
|
||||||
Requires: python-pyOpenSSL
|
Requires: python-pyOpenSSL
|
||||||
|
Requires: python-setuptools
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%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()")}
|
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user