All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] python-websockets: backport fix for upstream issue #350
@ 2018-05-07 20:57 Joseph Kogut
  2018-05-07 21:26 ` Thomas Petazzoni
  2018-05-07 22:18 ` [Buildroot] [PATCH v2 " Joseph Kogut
  0 siblings, 2 replies; 9+ messages in thread
From: Joseph Kogut @ 2018-05-07 20:57 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Joseph Kogut <joseph.kogut@gmail.com>
---
 package/python-websockets/python-websockets.hash | 1 +
 package/python-websockets/python-websockets.mk   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/package/python-websockets/python-websockets.hash b/package/python-websockets/python-websockets.hash
index 18947cc60a..4fa2fba1e1 100644
--- a/package/python-websockets/python-websockets.hash
+++ b/package/python-websockets/python-websockets.hash
@@ -2,3 +2,4 @@
 md5	9e8c6b3c70def4146d75fbb0f52bdfc7  websockets-4.0.1.tar.gz
 sha256	da4d4fbe059b0453e726d6d993760065d69b823a27efc3040402a6fcfe6a1ed9  websockets-4.0.1.tar.gz
 sha256	2cd4d416e432ca7fda2c103b38b852f8d3cb327d70c3db44410b9fe97e6c4d73  LICENSE
+sha256  c43360df2209d8af756297af7d8d1ff0a98483fc2d6551be80f309a6a6671ece  402059e4a46a764632eba8a669f5b012f173ee7b.patch
diff --git a/package/python-websockets/python-websockets.mk b/package/python-websockets/python-websockets.mk
index 7c5cf8c4e7..e0a701af43 100644
--- a/package/python-websockets/python-websockets.mk
+++ b/package/python-websockets/python-websockets.mk
@@ -10,5 +10,6 @@ PYTHON_WEBSOCKETS_SITE = https://pypi.python.org/packages/b6/12/6194aac840c65253
 PYTHON_WEBSOCKETS_SETUP_TYPE = setuptools
 PYTHON_WEBSOCKETS_LICENSE = BSD-3-Clause
 PYTHON_WEBSOCKETS_LICENSE_FILES = LICENSE
+PYTHON_WEBSOCKETS_PATCH += https://github.com/aaugustin/websockets/commit/402059e4a46a764632eba8a669f5b012f173ee7b.patch
 
 $(eval $(python-package))
-- 
2.17.0

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-05-28 14:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-07 20:57 [Buildroot] [PATCH 1/1] python-websockets: backport fix for upstream issue #350 Joseph Kogut
2018-05-07 21:26 ` Thomas Petazzoni
2018-05-07 22:07   ` Joseph Kogut
2018-05-07 22:18 ` [Buildroot] [PATCH v2 " Joseph Kogut
2018-05-08  3:48   ` Baruch Siach
2018-05-10 22:17   ` [Buildroot] [PATCH v3 " Joseph Kogut
2018-05-11 21:21     ` Thomas Petazzoni
2018-05-11 21:26       ` Joseph Kogut
2018-05-28 14:23     ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.