[python-websockify/el6] remove runtime dependency on numpy

Pádraig Brady pbrady at fedoraproject.org
Wed Oct 31 11:39:59 UTC 2012


commit d597cb6e2636433709247ec569c8db0e392f261e
Author: Pádraig Brady <P at draigBrady.com>
Date:   Wed Oct 31 11:29:00 2012 +0000

    remove runtime dependency on numpy

 python-websockify.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/python-websockify.spec b/python-websockify.spec
index 1ab1c73..023c698 100644
--- a/python-websockify.spec
+++ b/python-websockify.spec
@@ -1,6 +1,6 @@
 Name:           python-websockify
 Version:        0.1.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        WSGI based adapter for the Websockets protocol
 
 License:        LGPLv3
@@ -17,6 +17,9 @@ Python WSGI based adapter for the Websockets protocol
 %setup -q -n websockify-%{version}
 %patch0 -p1
 
+# TODO: Have the following handle multi line entries
+sed -i '/setup_requires/d; /install_requires/d; /dependency_links/d' setup.py
+
 %build
 %{__python} setup.py build
 
@@ -40,8 +43,8 @@ install -m 444 docs/websockify.1 %{buildroot}%{_mandir}/man1/
 
 
 %changelog
-* Thu Jun 14 2012 Pádraig Brady <P at draigBrady.com> - 0.1.0-5
-- Removed hard dependency on numpy
+* Wed Oct 31 2012 Pádraig Brady <P at draigBrady.com> - 0.1.0-6
+- Remove hard dependency on numpy
 
 * Wed Jun 6 2012 Adam Young <ayoung at redhat.com> - 0.1.0-4
 - Added Description


More information about the scm-commits mailing list