mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-01 16:10:25 +00:00
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
13 lines
364 B
BlitzBasic
13 lines
364 B
BlitzBasic
SUMMARY = "Removes unused imports and unused variables"
|
|
SECTION = "devel/python"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=88246be6a34c1496c253f58599f3db85"
|
|
|
|
SRC_URI[sha256sum] = "ef7c496d9bce9d2cef049f24e482d1d3090c37fbd44e5e85dfb00db3c78ee16c"
|
|
|
|
inherit pypi python_hatchling
|
|
|
|
RDEPENDS:${PN} += "python3-pyflakes"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|