mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 17:39:24 +00:00
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:
@@ -1,5 +1,5 @@
|
|||||||
SUMMARY = "Library to process JSON-RPC requests"
|
SUMMARY = "Library to process JSON-RPC requests"
|
||||||
HOMEPAGE = "https://github.com/bcb/jsonrpcserver"
|
HOMEPAGE = "https://github.com/explodinglabs/jsonrpcserver"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=61b63ea9d36f6fb63ddaaaac8265304f"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=61b63ea9d36f6fb63ddaaaac8265304f"
|
||||||
|
|
||||||
@@ -16,6 +16,7 @@ RDEPENDS:${PN} += "\
|
|||||||
python3-logging \
|
python3-logging \
|
||||||
python3-netclient \
|
python3-netclient \
|
||||||
python3-pkgutil \
|
python3-pkgutil \
|
||||||
|
python3-oslash \
|
||||||
"
|
"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user