mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 23:17:10 +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:
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 \
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user