blob: 8d8c8a4e2ef777c3459a205cde1a14d55a7205c1 [file] [log] [blame]
Patrick Williamsac13d5f2023-11-24 18:59:46 -06001SUMMARY = "Argcomplete provides easy, extensible command line tab completion of arguments for your Python script."
2HOMEPAGE = "https://github.com/kislyuk/argcomplete"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=2ee41112a44fe7014dce33e26468ba93"
5
Patrick Williams03514f12024-04-05 07:04:11 -05006SRC_URI[sha256sum] = "bf7900329262e481be5a15f56f19736b376df6f82ed27576fa893652c5de6c23"
Patrick Williamsac13d5f2023-11-24 18:59:46 -06007
8PYPI_PACKAGE = "argcomplete"
9
10inherit pypi setuptools3
11
12RDEPENDS:${PN} += "\
Patrick Williams39653562024-03-01 08:54:02 -060013 python3-core \
14 python3-io \
Patrick Williamsac13d5f2023-11-24 18:59:46 -060015"
16
17BBCLASSEXTEND = "native nativesdk"
18