[python-websockify] add a missing build dependency on python-setuptools

Pádraig Brady pbrady at fedoraproject.org
Mon Jun 11 00:12:31 UTC 2012


commit e7498f1654a84c66aac32c9988f67981b65a6fc4
Author: Pádraig Brady <P at draigBrady.com>
Date:   Mon Jun 11 01:11:15 2012 +0100

    add a missing build dependency on python-setuptools

 python-websockify.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/python-websockify.spec b/python-websockify.spec
index f2dfee2..71bf419 100644
--- a/python-websockify.spec
+++ b/python-websockify.spec
@@ -1,6 +1,6 @@
 Name:           python-websockify
 Version:        0.1.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        WSGI based adapter for the Websockets protocol
 
 License:        LGPLv3
@@ -9,6 +9,7 @@ Source0:        https://github.com/downloads/kanaka/websockify/websockify-%{vers
 Patch0:		websockify-0.1.1-manpage.patch
 BuildArch:      noarch
 BuildRequires:  python2-devel
+BuildRequires:  python-setuptools
 Requires:       numpy
 %description
 Python WSGI based adapter for the Websockets protocol
@@ -41,7 +42,7 @@ install -m 444 docs/websockify.1 %{buildroot}%{_mandir}/man1/
 
 
 %changelog
-* Wed Jun 6 2012  - Adam Young <ayoung at redhat.com> - 0.1.0-3
+* Wed Jun 6 2012  - Adam Young <ayoung at redhat.com> - 0.1.0-4
 - Added Description
 - Added Manpage
 


More information about the scm-commits mailing list