Add python3-websockets for devel feature 43/15543/4
authorRonan Le Martret <ronan.lemartret@iot.bzh>
Fri, 20 Jul 2018 08:45:48 +0000 (10:45 +0200)
committerRonan Le Martret <ronan.lemartret@iot.bzh>
Tue, 24 Jul 2018 15:32:09 +0000 (17:32 +0200)
 * Backport python3-websockets from meta-openembedded

Change-Id: Ifa9d081df5adbbf4021f3da49b48f5b7c97b9fc5
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
meta-audio-4a-framework/recipes-devtools/python/python3-websockets_4.0.1.bb [new file with mode: 0644]
meta-audio-4a-framework/recipes-multimedia/4a-tools/4a-tools_git.bb

diff --git a/meta-audio-4a-framework/recipes-devtools/python/python3-websockets_4.0.1.bb b/meta-audio-4a-framework/recipes-devtools/python/python3-websockets_4.0.1.bb
new file mode 100644 (file)
index 0000000..414129c
--- /dev/null
@@ -0,0 +1,16 @@
+SUMMARY = "An implementation of the WebSocket Protocol (RFC 6455)"
+HOMEPAGE = "https://github.com/aaugustin/websockets"
+
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=5070256738c06d2e59adbec1f4057dac"
+
+inherit pypi setuptools3
+
+SRC_URI[md5sum] = "9e8c6b3c70def4146d75fbb0f52bdfc7"
+SRC_URI[sha256sum] = "da4d4fbe059b0453e726d6d993760065d69b823a27efc3040402a6fcfe6a1ed9"
+
+BBCLASSEXTEND = "native nativesdk"
+
+RDEPENDS_${PN} = "\
+    ${PYTHON_PN}-asyncio \
+"
index c122b7b..ae1117a 100644 (file)
@@ -18,5 +18,5 @@ do_install() {
     oe_runmake install DESTDIR=${D}${prefix}
 }
 
-RDEPENDS_${PN} += "bash"
+RDEPENDS_${PN} += "bash python3-websockets"
 FILES_${PN} += "${datadir}/4a/media/*"