summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-websocket-client_1.9.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-websocket-client_1.9.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-websocket-client_1.9.0.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-websocket-client_1.9.0.bb b/meta-python/recipes-devtools/python/python3-websocket-client_1.9.0.bb
new file mode 100644
index 0000000000..87f25db0fc
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-websocket-client_1.9.0.bb
@@ -0,0 +1,19 @@
1SUMMARY = "websocket client for python"
2DESCRIPTION = "\
3websocket-client module is WebSocket client for python. \
4This provide the low level APIs for WebSocket. All APIs \
5are the synchronous functions."
6HOMEPAGE = "https://github.com/websocket-client/websocket-client"
7LICENSE = "Apache-2.0"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=b8d4a5e03977c68fad62beee8185704e"
9
10SRC_URI[sha256sum] = "9e813624b6eb619999a97dc7958469217c3176312b3a16a4bd1bc7e08a46ec98"
11
12PYPI_PACKAGE = "websocket_client"
13
14inherit pypi setuptools3
15
16RDEPENDS:${PN} = "\
17 python3-six \
18 python3-logging \
19"