diff options
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.bb | 19 |
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 @@ | |||
| 1 | SUMMARY = "websocket client for python" | ||
| 2 | DESCRIPTION = "\ | ||
| 3 | websocket-client module is WebSocket client for python. \ | ||
| 4 | This provide the low level APIs for WebSocket. All APIs \ | ||
| 5 | are the synchronous functions." | ||
| 6 | HOMEPAGE = "https://github.com/websocket-client/websocket-client" | ||
| 7 | LICENSE = "Apache-2.0" | ||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b8d4a5e03977c68fad62beee8185704e" | ||
| 9 | |||
| 10 | SRC_URI[sha256sum] = "9e813624b6eb619999a97dc7958469217c3176312b3a16a4bd1bc7e08a46ec98" | ||
| 11 | |||
| 12 | PYPI_PACKAGE = "websocket_client" | ||
| 13 | |||
| 14 | inherit pypi setuptools3 | ||
| 15 | |||
| 16 | RDEPENDS:${PN} = "\ | ||
| 17 | python3-six \ | ||
| 18 | python3-logging \ | ||
| 19 | " | ||
