blob: 1653c7716da61345791000aa9b44ca0b76292799 [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"
Patrick Williams8e7b46e2023-05-01 14:19:06 -05005LIC_FILES_CHKSUM = "file://LICENSE;md5=51924a6af4495b8cfaee1b1da869b6f4"
Andrew Geissler9aee5002022-03-30 16:27:02 +00006
7inherit pypi setuptools3
8
Patrick Williams8e7b46e2023-05-01 14:19:06 -05009SRC_URI[sha256sum] = "b1a69701eb98ed83dd099de4a686dc892c413d974fa31602bc00aca7cb988ac9"
Andrew Geissler9aee5002022-03-30 16:27:02 +000010
11BBCLASSEXTEND = "native nativesdk"
12
13RDEPENDS:${PN} = "\
14 ${PYTHON_PN}-asyncio \
15"