From 76c5388966b28531441e7fe0601053eeeb0177cb Mon Sep 17 00:00:00 2001 From: Jan Vermaete Date: Sun, 17 Jul 2022 19:31:36 +0200 Subject: python3-jsonrpcserver: added the python3-oslash rdepends This one is needed for version 5.0.7. And should not be needed anymore for version 6.x. Signed-off-by: Jan Vermaete Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-jsonrpcserver_5.0.7.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-jsonrpcserver_5.0.7.bb b/meta-python/recipes-devtools/python/python3-jsonrpcserver_5.0.7.bb index 537fd33136..12e9003798 100644 --- a/meta-python/recipes-devtools/python/python3-jsonrpcserver_5.0.7.bb +++ b/meta-python/recipes-devtools/python/python3-jsonrpcserver_5.0.7.bb @@ -1,5 +1,5 @@ SUMMARY = "Library to process JSON-RPC requests" -HOMEPAGE = "https://github.com/bcb/jsonrpcserver" +HOMEPAGE = "https://github.com/explodinglabs/jsonrpcserver" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=61b63ea9d36f6fb63ddaaaac8265304f" @@ -16,6 +16,7 @@ RDEPENDS:${PN} += "\ python3-logging \ python3-netclient \ python3-pkgutil \ + python3-oslash \ " BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf