From f5afd8705422fb0c34936291b118276c21ce610b Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 21 Dec 2016 21:04:56 -0500 Subject: python-dateutil: update to version 2.6.0 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-dateutil.inc | 6 +++--- meta-python/recipes-devtools/python/python-dateutil_2.5.3.bb | 2 -- meta-python/recipes-devtools/python/python-dateutil_2.6.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-dateutil_2.5.3.bb | 2 -- meta-python/recipes-devtools/python/python3-dateutil_2.6.0.bb | 2 ++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-dateutil_2.5.3.bb create mode 100644 meta-python/recipes-devtools/python/python-dateutil_2.6.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-dateutil_2.5.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-dateutil_2.6.0.bb (limited to 'meta-python') 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" 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.5.3.bb deleted file mode 100644 index 12ae4c3118..0000000000 --- a/meta-python/recipes-devtools/python/python-dateutil_2.5.3.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-dateutil.inc diff --git a/meta-python/recipes-devtools/python/python-dateutil_2.6.0.bb b/meta-python/recipes-devtools/python/python-dateutil_2.6.0.bb new file mode 100644 index 0000000000..12ae4c3118 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-dateutil_2.6.0.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-dateutil.inc diff --git a/meta-python/recipes-devtools/python/python3-dateutil_2.5.3.bb b/meta-python/recipes-devtools/python/python3-dateutil_2.5.3.bb deleted file mode 100644 index 1d2baf55c9..0000000000 --- a/meta-python/recipes-devtools/python/python3-dateutil_2.5.3.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-dateutil.inc diff --git a/meta-python/recipes-devtools/python/python3-dateutil_2.6.0.bb b/meta-python/recipes-devtools/python/python3-dateutil_2.6.0.bb new file mode 100644 index 0000000000..1d2baf55c9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-dateutil_2.6.0.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-dateutil.inc -- cgit v1.2.3-54-g00ecf