blob: c5f2f12774c2642f1cf93a5efcd9b6ee20847d1d [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
Patrick Williams213cb262021-08-07 19:21:33 -050014RDEPENDS:${PN} = "\
Andrew Geissler82c905d2020-04-13 13:39:40 -050015 ${PYTHON_PN}-six \
16"