blob: 94db37a2d343a0412d4c9c35654b18508a32e49a [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "Extra features for standard library's cmd module"
2HOMEPAGE = "http://packages.python.org/cmd2/"
3LICENSE = "MIT"
Brad Bishop0f291cc2019-09-01 15:16:57 -04004LIC_FILES_CHKSUM = "file://LICENSE;md5=01aeabea7ae1529a8e4b674b7107d6bc"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08005
Brad Bishop0f291cc2019-09-01 15:16:57 -04006SRC_URI[md5sum] = "df35bb2dca8f5e1f6090e1f0aa02960a"
7SRC_URI[sha256sum] = "4b78379d53aff811d1deac720bbe71661769822a5fb2d830cd730656d180fb3d"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08008
9inherit pypi setuptools
10
Brad Bishop0f291cc2019-09-01 15:16:57 -040011DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
12
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080013RDEPENDS_${PN} += "\
14 ${PYTHON_PN}-doctest \
15 ${PYTHON_PN}-pyparsing \
16 ${PYTHON_PN}-pyperclip \
17 ${PYTHON_PN}-shell \
18 ${PYTHON_PN}-six \
19 ${PYTHON_PN}-stringold \
20 ${PYTHON_PN}-subprocess \
21 ${PYTHON_PN}-threading \
22 ${PYTHON_PN}-textutils \
23 "
24
25BBCLASSEXTEND = "native nativesdk"