mirror of
https://git.yoctoproject.org/poky
synced 2026-02-15 21:23:04 +01:00
python3-websockets: upgrade 14.2 -> 15.0
(From OE-Core rev: fbf229dd4750d7014e71926de0ed90c46931b706) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b0b7b83a85
commit
1c6adbf58f
15
meta/recipes-devtools/python/python3-websockets_15.0.bb
Normal file
15
meta/recipes-devtools/python/python3-websockets_15.0.bb
Normal file
@@ -0,0 +1,15 @@
|
||||
SUMMARY = "An implementation of the WebSocket Protocol (RFC 6455)"
|
||||
HOMEPAGE = "https://github.com/aaugustin/websockets"
|
||||
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=51924a6af4495b8cfaee1b1da869b6f4"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
SRC_URI[sha256sum] = "ca36151289a15b39d8d683fd8b7abbe26fc50be311066c5f8dcf3cb8cee107ab"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
RDEPENDS:${PN} = " \
|
||||
python3-asyncio \
|
||||
"
|
||||
Reference in New Issue
Block a user