mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 07:37:14 +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:
@@ -8,6 +8,14 @@ DEPENDS = "python3-pbr-native python3-git python3-pbr python3-pyyaml python3-six
|
|||||||
|
|
||||||
inherit setuptools3 pypi
|
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"
|
BBCLASSEXTEND = "native"
|
||||||
|
|||||||
Reference in New Issue
Block a user