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:
Trevor Gamblin 2023-07-17 11:20:31 -04:00 committed by Khem Raj
parent 5efd06fb99
commit 8b6923579b

View File

@ -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"