diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-bandit_1.7.5.bb | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bandit_1.7.5.bb b/meta-python/recipes-devtools/python/python3-bandit_1.7.5.bb index 5e2a7e8bc5..bccdf284e5 100644 --- a/meta-python/recipes-devtools/python/python3-bandit_1.7.5.bb +++ b/meta-python/recipes-devtools/python/python3-bandit_1.7.5.bb | |||
@@ -8,6 +8,14 @@ DEPENDS = "python3-pbr-native python3-git python3-pbr python3-pyyaml python3-six | |||
8 | 8 | ||
9 | inherit setuptools3 pypi | 9 | inherit setuptools3 pypi |
10 | 10 | ||
11 | RDEPENDS:${PN} += "python3-modules python3-git python3-pbr python3-pyyaml python3-six python3-stevedore" | 11 | RDEPENDS:${PN} += "\ |
12 | python3-git \ | ||
13 | python3-modules \ | ||
14 | python3-pbr \ | ||
15 | python3-pyyaml \ | ||
16 | python3-rich \ | ||
17 | python3-six \ | ||
18 | python3-stevedore \ | ||
19 | " | ||
12 | 20 | ||
13 | BBCLASSEXTEND = "native" | 21 | BBCLASSEXTEND = "native" |