python3-jsonrpcclient: add missing run-time dependencies

Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Bartosz Golaszewski
2023-05-31 10:23:32 +02:00
committed by Khem Raj
parent a80adf4507
commit b77a01c6f6

View File

@@ -8,7 +8,9 @@ SRC_URI[sha256sum] = "c0d475494b3e1b591ecdee7883739accaf5695edb673f16b7383b8c6bb
inherit pypi setuptools3
RDEPENDS:${PN} += "\
python3-core \
python3-json \
python3-math \
python3-netclient \
"
BBCLASSEXTEND = "native nativesdk"