blob: b46392aeef637ff890748c8c4bdb99a1d319ee44 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "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"
Andrew Geissler32b11992021-03-31 13:37:05 -05007LICENSE = "LGPLv2.1"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=c96ca6c1de8adc025adfada81d06fba5"
Andrew Geissler82c905d2020-04-13 13:39:40 -05009
Andrew Geissler69721092021-07-23 12:57:00 -040010SRC_URI[sha256sum] = "b68e4959d704768fa20e35c9d508c8dc2bbc041fd8d267c0d7345cffe2824568"
Andrew Geissler32b11992021-03-31 13:37:05 -050011
Andrew Geissler82c905d2020-04-13 13:39:40 -050012inherit pypi setuptools3
13
14RDEPENDS_${PN} = "\
15 ${PYTHON_PN}-six \
16"