python3-jsonrpcserver: upgrade 5.0.7 -> 5.0.8

Drop local patch which has been merged upstream.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Yi Zhao
2022-08-26 10:04:50 +08:00
committed by Khem Raj
parent 6829528d49
commit 262e54e314
3 changed files with 1 additions and 50 deletions

View File

@@ -0,0 +1,22 @@
SUMMARY = "Library to process JSON-RPC requests"
HOMEPAGE = "https://github.com/explodinglabs/jsonrpcserver"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=61b63ea9d36f6fb63ddaaaac8265304f"
SRC_URI[sha256sum] = "5150071e4abc9a93f086aa0fd0004dfe0410de66adfaaf513613baa2c2fc00d7"
inherit pypi setuptools3
RDEPENDS:${PN} += "\
python3-apply-defaults \
python3-asyncio \
python3-core \
python3-json \
python3-jsonschema \
python3-logging \
python3-netclient \
python3-pkgutil \
python3-oslash \
"
BBCLASSEXTEND = "native nativesdk"