Accepting request 336485 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/336485
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-websockify?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2015-11-18 21:33:48 +00:00 committed by Git OBS Bridge
commit 923f4f4dae
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()")}