Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 1 | SUMMARY = "Simple module to parse ISO 8601 dates" |
| 2 | HOMEPAGE = "http://pyiso8601.readthedocs.org/" |
| 3 | LICENSE = "MIT" |
Patrick Williams | 2390b1b | 2022-11-03 13:47:49 -0500 | [diff] [blame] | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=aab31f2ef7ba214a5a341eaa47a7f367" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 5 | |
Andrew Geissler | 8f84068 | 2023-07-21 09:09:43 -0500 | [diff] [blame] | 6 | SRC_URI[sha256sum] = "739960d37c74c77bd9bd546a76562ccb581fe3d4820ff5c3141eb49c839fda8f" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 7 | |
| 8 | inherit pypi python_poetry_core |
| 9 | |
| 10 | RDEPENDS:${PN} += "\ |
| 11 | ${PYTHON_PN}-datetime \ |
| 12 | ${PYTHON_PN}-numbers \ |
| 13 | " |
| 14 | |
| 15 | BBCLASSEXTEND = "native nativesdk" |