| SUMMARY = "Extensions to the standard Python datetime module" |
| DESCRIPTION = "The dateutil module provides powerful extensions to the datetime module available in the Python standard library." |
| HOMEPAGE = "https://dateutil.readthedocs.org" |
| LICENSE = "BSD-3-Clause" |
| LIC_FILES_CHKSUM = "file://LICENSE;md5=31f72d4cad3675fb091537b9b2f32de0" |
| |
| SRC_URI[md5sum] = "db38f6b4511cefd76014745bb0cc45a4" |
| SRC_URI[sha256sum] = "891c38b2a02f5bb1be3e4793866c8df49c7d19baabf9c1bad62547e0b4866aca" |
| |
| PYPI_PACKAGE = "python-dateutil" |
| inherit pypi |
| |
| PACKAGES =+ "${PN}-zoneinfo" |
| FILES_${PN}-zoneinfo = "${libdir}/${PYTHON_DIR}/site-packages/dateutil/zoneinfo" |
| |
| RDEPENDS_${PN}_class-target = "\ |
| ${PYTHON_PN}-core \ |
| ${PYTHON_PN}-datetime \ |
| ${PYTHON_PN}-six \ |
| " |