diff options
| author | Derek Straka <derek@asterius.io> | 2024-01-26 20:09:59 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-01-27 09:48:33 -0800 |
| commit | b5808a87471437fa373f3465774aa0bef68b5b8f (patch) | |
| tree | 377f43da07b7ed929c76b5066c17679dc9d908af /meta-python/recipes-devtools/python/python3-bandit_1.7.7.bb | |
| parent | e88210eae3bd29c84d9497fa9055d976f13e6d90 (diff) | |
| download | meta-openembedded-b5808a87471437fa373f3465774aa0bef68b5b8f.tar.gz | |
python3-bandit: update to version 1.7.7
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-bandit_1.7.7.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-bandit_1.7.7.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bandit_1.7.7.bb b/meta-python/recipes-devtools/python/python3-bandit_1.7.7.bb new file mode 100644 index 0000000000..2de7fc7ae6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-bandit_1.7.7.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | SUMMARY = "Security oriented static analyser for python code." | ||
| 2 | LICENSE = "Apache-2.0" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | ||
| 4 | |||
| 5 | SRC_URI[sha256sum] = "527906bec6088cb499aae31bc962864b4e77569e9d529ee51df3a93b4b8ab28a" | ||
| 6 | |||
| 7 | DEPENDS = "python3-pbr-native python3-git python3-pbr python3-pyyaml python3-six python3-stevedore" | ||
| 8 | |||
| 9 | inherit setuptools3 pypi | ||
| 10 | |||
| 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 | " | ||
