summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-websockets_10.2.bb
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-04-28 06:53:29 +0800
committerKhem Raj <raj.khem@gmail.com>2022-05-02 14:12:13 -0700
commit54c6e9b80f3eae2f78f45e18feec713d62e3af1c (patch)
tree2d210eb2893d374d225fbad69965cb99fd9f0802 /meta-python/recipes-devtools/python/python3-websockets_10.2.bb
parent9119b0ab7ba70d8cace3deb6a545f93c7b41b0e1 (diff)
downloadmeta-openembedded-54c6e9b80f3eae2f78f45e18feec713d62e3af1c.tar.gz
python3-websockets: upgrade 10.2 -> 10.3
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-websockets_10.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-websockets_10.2.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-python/recipes-devtools/python/python3-websockets_10.2.bb b/meta-python/recipes-devtools/python/python3-websockets_10.2.bb
deleted file mode 100644
index c8179df5b1..0000000000
--- a/meta-python/recipes-devtools/python/python3-websockets_10.2.bb
+++ /dev/null
@@ -1,15 +0,0 @@
1SUMMARY = "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
9SRC_URI[sha256sum] = "8351c3c86b08156337b0e4ece0e3c5ec3e01fcd14e8950996832a23c99416098"
10
11BBCLASSEXTEND = "native nativesdk"
12
13RDEPENDS:${PN} = "\
14 ${PYTHON_PN}-asyncio \
15"