From 126500b4c4daa38c6e0fff3236d65fe3afc8ebe1 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 31 May 2023 10:23:34 +0200 Subject: python3-kconfiglib: 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-kconfiglib_14.1.0.bb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-kconfiglib_14.1.0.bb b/meta-python/recipes-devtools/python/python3-kconfiglib_14.1.0.bb index ec09cfc58e..b9c1c4e384 100644 --- a/meta-python/recipes-devtools/python/python3-kconfiglib_14.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-kconfiglib_14.1.0.bb @@ -8,3 +8,9 @@ SRC_URI[sha256sum] = "bed2cc2216f538eca4255a83a4588d8823563cdd50114f86cf1a2674e6 inherit pypi setuptools3 BBCLASSEXTEND = "native nativesdk" + +RDEPENDS:${PN} += " \ + python3-curses \ + python3-shell \ + python3-tkinter \ +" -- cgit v1.2.3-54-g00ecf