| Andrew Geissler | c87764f | 2020-06-27 00:16:32 -0500 | [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=b05625f2336fa024e8d57e65c6595844" | 
|  | 5 |  | 
| Andrew Geissler | d688a01 | 2020-09-18 13:36:00 -0500 | [diff] [blame] | 6 | SRC_URI[md5sum] = "df6e924305fd799d90be63336b2ab8b3" | 
|  | 7 | SRC_URI[sha256sum] = "f7dec22af52025d4526be94cc1303c7d8f5379b746a3f54a8c8446384392eeb1" | 
| Andrew Geissler | c87764f | 2020-06-27 00:16:32 -0500 | [diff] [blame] | 8 |  | 
| Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 9 | inherit pypi setuptools3 | 
| Andrew Geissler | c87764f | 2020-06-27 00:16:32 -0500 | [diff] [blame] | 10 |  | 
|  | 11 | RDEPENDS_${PN} += "\ | 
|  | 12 | ${PYTHON_PN}-datetime \ | 
|  | 13 | ${PYTHON_PN}-numbers \ | 
|  | 14 | " | 
|  | 15 |  | 
|  | 16 | BBCLASSEXTEND = "native nativesdk" |