mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-15 02:01:37 +00:00
53c95ac36a
Python runtime dependencies do not need to be listed in DEPENDS. pbr and six were removed as runtime dependencies in 1.7.6. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
18 lines
462 B
BlitzBasic
18 lines
462 B
BlitzBasic
SUMMARY = "Security oriented static analyser for python code."
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
|
|
|
|
SRC_URI[sha256sum] = "b589e5de2afe70bd4d53fa0c1da6199f4085af666fde00e8a034f152a52cd628"
|
|
|
|
DEPENDS = "python3-pbr-native"
|
|
|
|
inherit setuptools3 pypi
|
|
|
|
RDEPENDS:${PN} += "\
|
|
python3-git \
|
|
python3-modules \
|
|
python3-pyyaml \
|
|
python3-rich \
|
|
python3-stevedore \
|
|
"
|