From b77a01c6f6ff7bd167c44205e747ea05a2374770 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 31 May 2023 10:23:32 +0200 Subject: python3-jsonrpcclient: add missing run-time dependencies Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-jsonrpcclient_4.0.2.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-jsonrpcclient_4.0.2.bb b/meta-python/recipes-devtools/python/python3-jsonrpcclient_4.0.2.bb index 26ee3786b4..08ee15a920 100644 --- a/meta-python/recipes-devtools/python/python3-jsonrpcclient_4.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-jsonrpcclient_4.0.2.bb @@ -8,7 +8,9 @@ SRC_URI[sha256sum] = "c0d475494b3e1b591ecdee7883739accaf5695edb673f16b7383b8c6bb inherit pypi setuptools3 RDEPENDS:${PN} += "\ - python3-core \ + python3-json \ + python3-math \ + python3-netclient \ " BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf