blob: fa28861e9e089e919e3afeddf27dd026a2a99e1e [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
Brad Bishope42b3e32020-01-15 22:08:42 -05005SRC_URI[md5sum] = "c6a6772d7afa0af8828b3384e73b7085"
6SRC_URI[sha256sum] = "41e75315853507aa145d62a78a2a6c5e3240fe14ee7c601459d0df9418196065"
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
12RDEPENDS_${PN} += "python3-modules python3-git python3-pbr python3-pyyaml python3-six python3-stevedore"
13
14BBCLASSEXTEND = "native"