blob: 68381ad22050c48d8ebdd78488528865e5ef2486 [file] [log] [blame]
Brad Bishopc1d34332019-09-09 14:56:00 -04001SUMMARY = "Extra features for standard library's cmd module"
2HOMEPAGE = "http://packages.python.org/cmd2/"
3LICENSE = "MIT"
Brad Bishop0e2770c2020-01-21 07:31:46 -05004LIC_FILES_CHKSUM = "file://LICENSE;md5=9791cd24ca7d1807388ccd55cd066def"
Brad Bishopc1d34332019-09-09 14:56:00 -04005
Brad Bishop0e2770c2020-01-21 07:31:46 -05006SRC_URI[md5sum] = "6db66a06210d5f1edb44693b887ed62b"
7SRC_URI[sha256sum] = "8ad12ef3cc46d03073c545b6e80a3f84a5921f6653073a60e7d9a7ff3b352c9e"
Brad Bishopc1d34332019-09-09 14:56:00 -04008
9inherit pypi
10
11DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
12
13BBCLASSEXTEND = "native nativesdk"