Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 1 | SUMMARY = "Simple module to parse ISO 8601 dates" |
2 | HOMEPAGE = "http://pyiso8601.readthedocs.org/" | ||||
3 | LICENSE = "MIT" | ||||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=aab31f2ef7ba214a5a341eaa47a7f367" | ||||
5 | |||||
6 | SRC_URI[sha256sum] = "6b1d3829ee8921c4301998c909f7829fa9ed3cbdac0d3b16af2d743aed1ba8df" | ||||
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" |