diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-06-23 16:39:12 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-24 09:01:53 -0700 |
commit | f839d29ca6cc69468a3832c80fb84d1afd20ac12 (patch) | |
tree | 55148cd5d165d9d74dc1e4493c975030b406df0d /meta-python | |
parent | ab7141aebba7d745af1281ff47155583d48b6810 (diff) | |
download | meta-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.bb | 7 |
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" | |||
14 | inherit setuptools3 | 14 | inherit setuptools3 |
15 | PIP_INSTALL_PACKAGE = "configshell_fb" | 15 | PIP_INSTALL_PACKAGE = "configshell_fb" |
16 | 16 | ||
17 | RDEPENDS:${PN} += "python3-modules python3-fcntl python3-six" | 17 | RDEPENDS:${PN} += " \ |
18 | python3-fcntl \ | ||
19 | python3-modules \ | ||
20 | python3-pyparsing \ | ||
21 | python3-six \ | ||
22 | " | ||