diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-wsproto_1.3.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-wsproto_1.3.2.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-wsproto_1.3.2.bb b/meta-python/recipes-devtools/python/python3-wsproto_1.3.2.bb new file mode 100644 index 0000000000..3a9b18b7af --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-wsproto_1.3.2.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "WebSockets state-machine based protocol implementation" | ||
| 2 | HOMEPAGE = "https://github.com/python-hyper/wsproto/" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=69fabf732409f4ac61875827b258caaf" | ||
| 5 | |||
| 6 | inherit pypi python_setuptools_build_meta ptest-python-pytest | ||
| 7 | |||
| 8 | PTEST_PYTEST_DIR = "test" | ||
| 9 | |||
| 10 | SRC_URI[sha256sum] = "b86885dcf294e15204919950f666e06ffc6c7c114ca900b060d6e16293528294" | ||
| 11 | |||
| 12 | RDEPENDS:${PN} += " \ | ||
| 13 | python3-h11 \ | ||
| 14 | python3-netclient \ | ||
| 15 | " | ||
