William A. Kennington III | b95905d | 2021-06-02 12:40:56 -0700 | [diff] [blame] | 1 | SUMMARY = "An implementation of the WebSocket Protocol (RFC 6455)" |
| 2 | HOMEPAGE = "https://github.com/aaugustin/websockets" |
| 3 | |
| 4 | LICENSE = "BSD-3-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=78c2cc91e172ca96d6f8e4a76c739ec6" |
| 6 | |
| 7 | inherit pypi setuptools3 |
| 8 | |
| 9 | SRC_URI[sha256sum] = "276d2339ebf0df4f45df453923ebd2270b87900eda5dfd4a6b0cfa15f82111c3" |
| 10 | |
| 11 | BBCLASSEXTEND = "native nativesdk" |
| 12 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame^] | 13 | RDEPENDS:${PN} = "\ |
William A. Kennington III | b95905d | 2021-06-02 12:40:56 -0700 | [diff] [blame] | 14 | ${PYTHON_PN}-asyncio \ |
| 15 | " |