mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 06:16:04 +01: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:
parent
1b3be50ad2
commit
76c5388966
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user