diff mbox series

[meta-python,3/3] python3-jsonrpcserver: added the python3-oslash rdepends

Message ID 20220717173136.2777245-3-jan.vermaete@gmail.com
State Under Review
Headers show
Series [meta-python,1/3] python3-jsonrpcclient: Added the jsonrpcclient Python package | expand

Commit Message

Jan Vermaete July 17, 2022, 5:31 p.m. UTC
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>
---
 .../recipes-devtools/python/python3-jsonrpcserver_5.0.7.bb     | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

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 537fd3313..12e900379 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 @@ 
 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"