Signed-off-by: Derek Straka <[email protected]> --- meta-python/recipes-devtools/python/python-dateutil.inc | 6 +++--- .../python/{python-dateutil_2.5.3.bb => python-dateutil_2.6.0.bb} | 0 .../python/{python3-dateutil_2.5.3.bb => python3-dateutil_2.6.0.bb} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python-dateutil_2.5.3.bb => python-dateutil_2.6.0.bb} (100%) rename meta-python/recipes-devtools/python/{python3-dateutil_2.5.3.bb => python3-dateutil_2.6.0.bb} (100%)
diff --git a/meta-python/recipes-devtools/python/python-dateutil.inc b/meta-python/recipes-devtools/python/python-dateutil.inc index 5c9355e..d0ebc70 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" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=51430b33c900f45f999c459ee29ca493" -SRC_URI[md5sum] = "05ffc6d2cc85a7fd93bb245807f715ef" -SRC_URI[sha256sum] = "1408fdb07c6a1fa9997567ce3fcee6a337b39a503d80699e0f213de4aa4b32ed" +SRC_URI[md5sum] = "6e38f91e8c94c15a79ce22768dfeca87" +SRC_URI[sha256sum] = "62a2f8df3d66f878373fd0072eacf4ee52194ba302e00082828e0d263b0418d2" PYPI_PACKAGE = "python-dateutil" inherit pypi @@ -13,7 +13,7 @@ inherit pypi PACKAGES =+ "${PN}-zoneinfo" FILES_${PN}-zoneinfo = "${libdir}/${PYTHON_DIR}/site-packages/dateutil/zoneinfo" -RDEPENDS_${PN} = "\ +RDEPENDS_${PN}_class-target = "\ ${PYTHON_PN}-core \ ${PYTHON_PN}-datetime \ ${PYTHON_PN}-six \ diff --git a/meta-python/recipes-devtools/python/python-dateutil_2.5.3.bb b/meta-python/recipes-devtools/python/python-dateutil_2.6.0.bb similarity index 100% rename from meta-python/recipes-devtools/python/python-dateutil_2.5.3.bb rename to meta-python/recipes-devtools/python/python-dateutil_2.6.0.bb diff --git a/meta-python/recipes-devtools/python/python3-dateutil_2.5.3.bb b/meta-python/recipes-devtools/python/python3-dateutil_2.6.0.bb similarity index 100% rename from meta-python/recipes-devtools/python/python3-dateutil_2.5.3.bb rename to meta-python/recipes-devtools/python/python3-dateutil_2.6.0.bb -- 2.7.4 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
