blob: fac4d7a424aa6d3f5edbb82537902811f0de09af [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
Patrick Williams7784c422022-11-17 07:29:11 -06009SRC_URI[sha256sum] = "eef610b23933c54d5d921c92578ae5f89813438fded840c2e9809d378dc765d3"
Andrew Geissler9aee5002022-03-30 16:27:02 +000010
11BBCLASSEXTEND = "native nativesdk"
12
13RDEPENDS:${PN} = "\
14 ${PYTHON_PN}-asyncio \
15"