summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-wsproto_1.3.2.bb
diff options
context:
space:
mode:
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.bb15
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 @@
1SUMMARY = "WebSockets state-machine based protocol implementation"
2HOMEPAGE = "https://github.com/python-hyper/wsproto/"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=69fabf732409f4ac61875827b258caaf"
5
6inherit pypi python_setuptools_build_meta ptest-python-pytest
7
8PTEST_PYTEST_DIR = "test"
9
10SRC_URI[sha256sum] = "b86885dcf294e15204919950f666e06ffc6c7c114ca900b060d6e16293528294"
11
12RDEPENDS:${PN} += " \
13 python3-h11 \
14 python3-netclient \
15"