blob: 93af233d29647dd5953549833023d6a6e2ca6885 [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001SUMMARY = "Simple module to parse ISO 8601 dates"
2HOMEPAGE = "http://pyiso8601.readthedocs.org/"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=b05625f2336fa024e8d57e65c6595844"
5
6SRC_URI[sha256sum] = "27f503220e6845d9db954fb212b95b0362d8b7e6c1b2326a87061c3de93594b1"
7
8inherit pypi python_poetry_core
9
10RDEPENDS:${PN} += "\
11 ${PYTHON_PN}-datetime \
12 ${PYTHON_PN}-numbers \
13"
14
15BBCLASSEXTEND = "native nativesdk"