mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-bandit: add python3-rich to RDEPENDS
bandit wasn't imported properly without the rich module, so add it. Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
5efd06fb99
commit
8b6923579b
|
|
@ -8,6 +8,14 @@ DEPENDS = "python3-pbr-native python3-git python3-pbr python3-pyyaml python3-six
|
|||
|
||||
inherit setuptools3 pypi
|
||||
|
||||
RDEPENDS:${PN} += "python3-modules python3-git python3-pbr python3-pyyaml python3-six python3-stevedore"
|
||||
RDEPENDS:${PN} += "\
|
||||
python3-git \
|
||||
python3-modules \
|
||||
python3-pbr \
|
||||
python3-pyyaml \
|
||||
python3-rich \
|
||||
python3-six \
|
||||
python3-stevedore \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user