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 <jan.vermaete@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Jan Vermaete 2022-07-17 19:31:36 +02:00 committed by Khem Raj
parent 1b3be50ad2
commit 76c5388966

View File

@ -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"