blob: 18989c6d825b7fb9685eaa95f5c1d85f1d833e24 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "Security oriented static analyser for python code."
2LICENSE = "Apache-2.0"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
4
Andrew Geissler72956ed2021-01-08 16:11:14 -06005SRC_URI[md5sum] = "24965f102dc62129d3fafe4fe596a3b8"
6SRC_URI[sha256sum] = "8a4c7415254d75df8ff3c3b15cfe9042ecee628a1e40b44c15a98890fbfc2608"
Brad Bishop19323692019-04-05 15:28:33 -04007
8DEPENDS = "python3-pbr-native python3-git python3-pbr python3-pyyaml python3-six python3-stevedore"
9
10inherit setuptools3 pypi
11
Patrick Williams213cb262021-08-07 19:21:33 -050012RDEPENDS:${PN} += "python3-modules python3-git python3-pbr python3-pyyaml python3-six python3-stevedore"
Brad Bishop19323692019-04-05 15:28:33 -040013
14BBCLASSEXTEND = "native"