python3-oslash: 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:29:13 +02:00 committed by Khem Raj
parent e20ebe6ce4
commit b7c4fbba0d

View File

@ -14,8 +14,9 @@ PYPI_PACKAGE = "OSlash"
inherit pypi setuptools3
RDEPENDS:${PN} += "\
python3-core \
RDEPENDS:${PN} += " \
python3-json \
python3-typing-extensions \
"
BBCLASSEXTEND = "native nativesdk"