From b7c4fbba0dd82e579b665a63e01929848db76dc2 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 31 May 2023 10:29:13 +0200 Subject: python3-oslash: 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-oslash_0.6.3.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta-python/recipes-devtools/python/python3-oslash_0.6.3.bb') diff --git a/meta-python/recipes-devtools/python/python3-oslash_0.6.3.bb b/meta-python/recipes-devtools/python/python3-oslash_0.6.3.bb index d9d977b705..b926484db0 100644 --- a/meta-python/recipes-devtools/python/python3-oslash_0.6.3.bb +++ b/meta-python/recipes-devtools/python/python3-oslash_0.6.3.bb @@ -14,8 +14,9 @@ PYPI_PACKAGE = "OSlash" inherit pypi setuptools3 -RDEPENDS:${PN} += "\ - python3-core \ +RDEPENDS:${PN} += " \ + python3-json \ + python3-typing-extensions \ " BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf