diff options
| author | Derek Straka <derek@asterius.io> | 2023-12-14 05:16:56 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-12-13 22:03:49 -0800 |
| commit | e028b409ea999b4bf5e6c015d57d604e997c7345 (patch) | |
| tree | b7a72d6f284523e6e2a5ca19192672855689cb5c /meta-python/recipes-devtools/python/python3-bandit_1.7.6.bb | |
| parent | 9b0bc6bf3c7b30a0c0b3e85bf53fc75c0c7a7d8d (diff) | |
| download | meta-openembedded-e028b409ea999b4bf5e6c015d57d604e997c7345.tar.gz | |
python3-bandit: update to version 1.7.6
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.6.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-bandit_1.7.6.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bandit_1.7.6.bb b/meta-python/recipes-devtools/python/python3-bandit_1.7.6.bb new file mode 100644 index 0000000000..3cf927e103 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-bandit_1.7.6.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] = "72ce7bc9741374d96fb2f1c9a8960829885f1243ffde743de70a19cee353e8f3" | ||
| 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 | " | ||
