summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-autoflake_2.3.1.bb
blob: 0a44d751fb17d561952fc7709b7f0723580cbac4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SUMMARY = "Removes unused imports and unused variables"
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=88246be6a34c1496c253f58599f3db85"

SRC_URI[sha256sum] = "c98b75dc5b0a86459c4f01a1d32ac7eb4338ec4317a4469515ff1e687ecd909e"

inherit pypi python_hatchling

RDEPENDS:${PN} += "python3-pyflakes"

BBCLASSEXTEND = "native nativesdk"