mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 18:02:12 +01:00
python3-websockets: upgrade 14.1 -> 14.2
(From OE-Core rev: d609b99f71eb8b3dff186f2dc832918a223a5c16) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
15
meta/recipes-devtools/python/python3-websockets_14.2.bb
Normal file
15
meta/recipes-devtools/python/python3-websockets_14.2.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] = "5059ed9c54945efb321f097084b4c7e52c246f2c869815876a69d1efc4ad6eb5"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
RDEPENDS:${PN} = " \
|
||||
python3-asyncio \
|
||||
"
|
||||
Reference in New Issue
Block a user