blob: 40ca5177beed5efeca992c459c561466c19c7245 [file] [log] [blame]
Patrick Williamsac13d5f2023-11-24 18:59:46 -06001SUMMARY = "Simple module to parse ISO 8601 dates"
2HOMEPAGE = "http://pyiso8601.readthedocs.org/"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=aab31f2ef7ba214a5a341eaa47a7f367"
5
6SRC_URI[sha256sum] = "6b1d3829ee8921c4301998c909f7829fa9ed3cbdac0d3b16af2d743aed1ba8df"
7
8inherit pypi python_poetry_core
9
10RDEPENDS:${PN} += "\
11 ${PYTHON_PN}-datetime \
12 ${PYTHON_PN}-numbers \
13"
14
15BBCLASSEXTEND = "native nativesdk"