summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-jsonrpcserver_5.0.7.bb
diff options
context:
space:
mode:
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"