blob: a70843eadd652b448223d2641e8570d1c90fc4e0 [file] [log] [blame]
Patrick Williamsddad1a12017-02-23 20:36:32 -06001SUMMARY = "Simple module to parse ISO 8601 dates"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05002HOMEPAGE = "http://pyiso8601.readthedocs.org/"
Patrick Williamsddad1a12017-02-23 20:36:32 -06003LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=b05625f2336fa024e8d57e65c6595844"
5
Brad Bishopd7bf8c12018-02-25 22:55:05 -05006SRC_URI[md5sum] = "4de940f691c5ea759fb254384c8ddcf6"
7SRC_URI[sha256sum] = "49c4b20e1f38aa5cf109ddcd39647ac419f928512c869dc01d5c7098eddede82"
Patrick Williamsddad1a12017-02-23 20:36:32 -06008
Brad Bishop316dfdd2018-06-25 12:45:53 -04009RDEPENDS_${PN} += "\
10 ${PYTHON_PN}-datetime \
Andrew Geissler2ee498a2020-05-29 15:52:06 -050011 ${PYTHON_PN}-numbers \
Brad Bishop316dfdd2018-06-25 12:45:53 -040012"
13
Patrick Williamsddad1a12017-02-23 20:36:32 -060014BBCLASSEXTEND = "native nativesdk"