mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-14 14:20:28 +00:00
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:
committed by
Khem Raj
parent
ab7141aebb
commit
f839d29ca6
@@ -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 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user