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