summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-05-31 10:23:34 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-06 23:07:59 -0700
commit126500b4c4daa38c6e0fff3236d65fe3afc8ebe1 (patch)
tree096a7131273644086a1d81f100e70f9caa5e50a2
parent34c24888ffd057f513762617ba5b7b9945374ea2 (diff)
downloadmeta-openembedded-126500b4c4daa38c6e0fff3236d65fe3afc8ebe1.tar.gz
python3-kconfiglib: 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>
-rw-r--r--meta-python/recipes-devtools/python/python3-kconfiglib_14.1.0.bb6
1 files changed, 6 insertions, 0 deletions
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
8inherit pypi setuptools3 8inherit pypi setuptools3
9 9
10BBCLASSEXTEND = "native nativesdk" 10BBCLASSEXTEND = "native nativesdk"
11
12RDEPENDS:${PN} += " \
13 python3-curses \
14 python3-shell \
15 python3-tkinter \
16"