mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
22 lines
779 B
PHP
22 lines
779 B
PHP
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}-datetime \
|
|
${PYTHON_PN}-numbers \
|
|
${PYTHON_PN}-six \
|
|
${PYTHON_PN}-stringold \
|
|
"
|