blob: 64b96d3ed7a1115ed40bbc0b7f9b52fae6bf5009 [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001SUMMARY = "An implementation of the WebSocket Protocol (RFC 6455)"
2HOMEPAGE = "https://github.com/aaugustin/websockets"
3
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=78c2cc91e172ca96d6f8e4a76c739ec6"
6
7inherit pypi setuptools3
8
Andrew Geisslerd5838332022-05-27 11:33:10 -05009SRC_URI[sha256sum] = "fc06cc8073c8e87072138ba1e431300e2d408f054b27047d047b549455066ff4"
Andrew Geissler9aee5002022-03-30 16:27:02 +000010
11BBCLASSEXTEND = "native nativesdk"
12
13RDEPENDS:${PN} = "\
14 ${PYTHON_PN}-asyncio \
15"