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>
This commit is contained in:
Bartosz Golaszewski
2023-06-23 16:39:12 +02:00
committed by Khem Raj
parent ab7141aebb
commit f839d29ca6

View File

@@ -14,4 +14,9 @@ S = "${WORKDIR}/git"
inherit setuptools3
PIP_INSTALL_PACKAGE = "configshell_fb"
RDEPENDS:${PN} += "python3-modules python3-fcntl python3-six"
RDEPENDS:${PN} += " \
python3-fcntl \
python3-modules \
python3-pyparsing \
python3-six \
"