diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-dateutil.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-dateutil.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-dateutil.inc b/meta-python/recipes-devtools/python/python-dateutil.inc index 5c9355e484..d0ebc70b51 100644 --- a/meta-python/recipes-devtools/python/python-dateutil.inc +++ b/meta-python/recipes-devtools/python/python-dateutil.inc | |||
@@ -4,8 +4,8 @@ HOMEPAGE = "https://dateutil.readthedocs.org" | |||
4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=51430b33c900f45f999c459ee29ca493" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=51430b33c900f45f999c459ee29ca493" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "05ffc6d2cc85a7fd93bb245807f715ef" | 7 | SRC_URI[md5sum] = "6e38f91e8c94c15a79ce22768dfeca87" |
8 | SRC_URI[sha256sum] = "1408fdb07c6a1fa9997567ce3fcee6a337b39a503d80699e0f213de4aa4b32ed" | 8 | SRC_URI[sha256sum] = "62a2f8df3d66f878373fd0072eacf4ee52194ba302e00082828e0d263b0418d2" |
9 | 9 | ||
10 | PYPI_PACKAGE = "python-dateutil" | 10 | PYPI_PACKAGE = "python-dateutil" |
11 | inherit pypi | 11 | inherit pypi |
@@ -13,7 +13,7 @@ inherit pypi | |||
13 | PACKAGES =+ "${PN}-zoneinfo" | 13 | PACKAGES =+ "${PN}-zoneinfo" |
14 | FILES_${PN}-zoneinfo = "${libdir}/${PYTHON_DIR}/site-packages/dateutil/zoneinfo" | 14 | FILES_${PN}-zoneinfo = "${libdir}/${PYTHON_DIR}/site-packages/dateutil/zoneinfo" |
15 | 15 | ||
16 | RDEPENDS_${PN} = "\ | 16 | RDEPENDS_${PN}_class-target = "\ |
17 | ${PYTHON_PN}-core \ | 17 | ${PYTHON_PN}-core \ |
18 | ${PYTHON_PN}-datetime \ | 18 | ${PYTHON_PN}-datetime \ |
19 | ${PYTHON_PN}-six \ | 19 | ${PYTHON_PN}-six \ |