From 5c24223df4e96f3de60c6f96aa6aeabb3c9ce38b Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Mar 12 2013 00:14:17 +0000 Subject: add Requires: on python-setuptools --- diff --git a/python-websockify.spec b/python-websockify.spec index 5c0e475..2432bcb 100644 --- a/python-websockify.spec +++ b/python-websockify.spec @@ -1,6 +1,6 @@ Name: python-websockify Version: 0.2.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: WSGI based adapter for the Websockets protocol License: LGPLv3 @@ -11,6 +11,9 @@ Patch1: websockify-0.2-handle-errors-when-popping-kwargs.patch BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools + +Requires: python-setuptools + %description Python WSGI based adapter for the Websockets protocol @@ -45,6 +48,9 @@ install -m 444 docs/websockify.1 %{buildroot}%{_mandir}/man1/ %changelog +* Tue Mar 12 2013 Pádraig Brady - 0.2.0-4 +- Add runtime dependency on setuptools + * Thu Feb 14 2013 Fedora Release Engineering - 0.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild