summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-jsonrpcserver_5.0.7.bb
diff options
context:
space:
mode:
authorJan Vermaete <jan.vermaete@gmail.com>2022-07-17 19:31:36 +0200
committerKhem Raj <raj.khem@gmail.com>2022-07-17 19:16:22 -0700
commit76c5388966b28531441e7fe0601053eeeb0177cb (patch)
treedcd5fe1b81f71283aa9b129072ed21884e5216b2 /meta-python/recipes-devtools/python/python3-jsonrpcserver_5.0.7.bb
parent1b3be50ad232a0b80b59f8da7ab6735c4f05d7f1 (diff)
downloadmeta-openembedded-76c5388966b28531441e7fe0601053eeeb0177cb.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-jsonrpcserver_5.0.7.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-jsonrpcserver_5.0.7.bb3
1 files changed, 2 insertions, 1 deletions
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 @@
1SUMMARY = "Library to process JSON-RPC requests" 1SUMMARY = "Library to process JSON-RPC requests"
2HOMEPAGE = "https://github.com/bcb/jsonrpcserver" 2HOMEPAGE = "https://github.com/explodinglabs/jsonrpcserver"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=61b63ea9d36f6fb63ddaaaac8265304f" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=61b63ea9d36f6fb63ddaaaac8265304f"
5 5
@@ -16,6 +16,7 @@ RDEPENDS:${PN} += "\
16 python3-logging \ 16 python3-logging \
17 python3-netclient \ 17 python3-netclient \
18 python3-pkgutil \ 18 python3-pkgutil \
19 python3-oslash \
19" 20"
20 21
21BBCLASSEXTEND = "native nativesdk" 22BBCLASSEXTEND = "native nativesdk"