summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-06-23 16:39:12 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-24 09:01:53 -0700
commitf839d29ca6cc69468a3832c80fb84d1afd20ac12 (patch)
tree55148cd5d165d9d74dc1e4493c975030b406df0d /meta-python
parentab7141aebba7d745af1281ff47155583d48b6810 (diff)
downloadmeta-openembedded-f839d29ca6cc69468a3832c80fb84d1afd20ac12.tar.gz
python3-configshell-fb: 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>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb b/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb
index 2bb196c209..7a7ecd753f 100644
--- a/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb
+++ b/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb
@@ -14,4 +14,9 @@ S = "${WORKDIR}/git"
14inherit setuptools3 14inherit setuptools3
15PIP_INSTALL_PACKAGE = "configshell_fb" 15PIP_INSTALL_PACKAGE = "configshell_fb"
16 16
17RDEPENDS:${PN} += "python3-modules python3-fcntl python3-six" 17RDEPENDS:${PN} += " \
18 python3-fcntl \
19 python3-modules \
20 python3-pyparsing \
21 python3-six \
22"