[python-websockify] removed hard dependency on numpy

Pádraig Brady pbrady at fedoraproject.org
Thu Jun 14 10:46:31 UTC 2012


commit 8393f94ab8271cefb3002469481fc61fa4afbf06
Author: Pádraig Brady <P at draigBrady.com>
Date:   Thu Jun 14 11:44:48 2012 +0100

    removed hard dependency on numpy
    
    A slower method is used if not available,
    and numpy is a significant dependency so remove it.

 python-websockify.spec |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/python-websockify.spec b/python-websockify.spec
index 71bf419..1ab1c73 100644
--- a/python-websockify.spec
+++ b/python-websockify.spec
@@ -1,6 +1,6 @@
 Name:           python-websockify
 Version:        0.1.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        WSGI based adapter for the Websockets protocol
 
 License:        LGPLv3
@@ -10,7 +10,6 @@ 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
 
@@ -40,9 +39,11 @@ install -m 444 docs/websockify.1 %{buildroot}%{_mandir}/man1/
 %{_bindir}/websockify
 
 
-
 %changelog
-* Wed Jun 6 2012  - Adam Young <ayoung at redhat.com> - 0.1.0-4
+* Thu Jun 14 2012 Pádraig Brady <P at draigBrady.com> - 0.1.0-5
+- Removed hard dependency on numpy
+
+* 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