blob: 90560fabe76a1a1396c9f7487c82482b482c75a2 [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 Williams73bd93f2024-02-20 08:07:48 -06006SRC_URI[sha256sum] = "f3e49e8ea59b4026ee29548e24488af46e30c9de57d48638e24f54a1ea1000a2"
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