blob: b632853191238cb7f8bb4cde92c13a90b17dc26c [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 Geisslerd159c7f2021-09-02 21:05:58 -05007LICENSE = "Apache-2.0"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=b1e01b26bacfc2232046c90a330332b3"
Andrew Geissler82c905d2020-04-13 13:39:40 -05009
Andrew Geisslerd159c7f2021-09-02 21:05:58 -050010SRC_URI[sha256sum] = "8dfb715d8a992f5712fff8c843adae94e22b22a99b2c5e6b0ec4a1a981cc4e0d"
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 \
Andrew Geisslerd159c7f2021-09-02 21:05:58 -050016 ${PYTHON_PN}-logging \
Andrew Geissler82c905d2020-04-13 13:39:40 -050017"