SUMMARY = "A simple wrapper around optparse for powerful command line utilities." DESCRIPTION = "\ Click is a Python package for creating beautiful command line interfaces \ in a composable way with as little code as necessary. It's the "Command \ Line Interface Creation Kit". It's highly configurable but comes with \ sensible defaults out of the box." HOMEPAGE = "http://click.pocoo.org/" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=09e8b7869f94ba9e9a7b260d53c65dab" SRC_URI[md5sum] = "83252a8095397b1f5f710fdd58b484d9" SRC_URI[sha256sum] = "fba0ff70f5ebb4cebbf64c40a8fbc222fb7cf825237241e548354dabe3da6a82" PYPI_PACKAGE = "click" CLEANBROKEN = "1" RDEPENDS_${PN} += "\ ${PYTHON_PN}-io \ ${PYTHON_PN}-threading \ " RCONFLICTS_${PN} = "${PYTHON_PN}-click" BBCLASSEXTEND = "native nativesdk"