summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-bandit_1.7.6.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2023-12-14 05:16:56 +0000
committerKhem Raj <raj.khem@gmail.com>2023-12-13 22:03:49 -0800
commite028b409ea999b4bf5e6c015d57d604e997c7345 (patch)
treeb7a72d6f284523e6e2a5ca19192672855689cb5c /meta-python/recipes-devtools/python/python3-bandit_1.7.6.bb
parent9b0bc6bf3c7b30a0c0b3e85bf53fc75c0c7a7d8d (diff)
downloadmeta-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.bb19
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 @@
1SUMMARY = "Security oriented static analyser for python code."
2LICENSE = "Apache-2.0"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
4
5SRC_URI[sha256sum] = "72ce7bc9741374d96fb2f1c9a8960829885f1243ffde743de70a19cee353e8f3"
6
7DEPENDS = "python3-pbr-native python3-git python3-pbr python3-pyyaml python3-six python3-stevedore"
8
9inherit setuptools3 pypi
10
11RDEPENDS:${PN} += "\
12 python3-git \
13 python3-modules \
14 python3-pbr \
15 python3-pyyaml \
16 python3-rich \
17 python3-six \
18 python3-stevedore \
19 "