SUMMARY = "Argcomplete provides easy, extensible command line tab completion of arguments for your Python script." HOMEPAGE = "https://github.com/kislyuk/argcomplete" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=2ee41112a44fe7014dce33e26468ba93" SRC_URI[sha256sum] = "b9ca96448e14fa459d7450a4ab5a22bbf9cee4ba7adddf03e65c398b5daeea28" PYPI_PACKAGE = "argcomplete" inherit pypi setuptools3 RDEPENDS:${PN} += "\ ${PYTHON_PN}-core \ ${PYTHON_PN}-io \ " BBCLASSEXTEND = "native nativesdk"