blob: a944ef2b9d06d5b42eed963172ba72a8fd0f9a12 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "Extensions to the standard Python datetime module"
2DESCRIPTION = "The dateutil module provides powerful extensions to the datetime module available in the Python standard library."
3HOMEPAGE = "https://dateutil.readthedocs.org"
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=51430b33c900f45f999c459ee29ca493"
6PR = "r0"
7
8SRC_URI[md5sum] = "eafe168e8f404bf384514f5116eedbb6"
9SRC_URI[sha256sum] = "063907ef47f6e187b8fe0728952e4effb587a34f2dc356888646f9b71fbb2e4b"
10
11PYPI_PACKAGE = "python-dateutil"
12inherit pypi
13
14PACKAGES =+ "${PN}-zoneinfo"
15FILES_${PN}-zoneinfo = "${libdir}/${PYTHON_DIR}/site-packages/dateutil/zoneinfo"
16
17RDEPENDS_${PN} = "\
18 ${PYTHON_PN}-core \
19 ${PYTHON_PN}-datetime \
20 ${PYTHON_PN}-six \
21 "