From 7de9b12ae1e074020e03e54ef04aad65f641d913 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Mon, 6 Jul 2020 16:46:48 +0800 Subject: python3-croniter: Remove recipe This recipe already exists in meta-openembedded, the path is: meta-openembedded/meta-python/recipes-devtools/python/python3-croniter_0.3.34.bb Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-croniter.inc | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-croniter.inc (limited to 'meta-openstack/recipes-devtools/python/python-croniter.inc') diff --git a/meta-openstack/recipes-devtools/python/python-croniter.inc b/meta-openstack/recipes-devtools/python/python-croniter.inc deleted file mode 100644 index 885aa9e..0000000 --- a/meta-openstack/recipes-devtools/python/python-croniter.inc +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "croniter provides iteration for datetime object with cron like format" -HOMEPAGE = "https://pypi.python.org/pypi/croniter/0.3.4" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=b8ee59850b882cbf623188489ea748e2" - -# Archived version so we have to overwrite what the pypi class will derive -PYPI_SRC_URI = "https://pypi.python.org/packages/source/c/croniter/croniter-${PV}.tar.gz" - -SRC_URI[md5sum] = "e4a8987521b144c4c2149d4adde8f55c" -SRC_URI[sha256sum] = "538adeb3a7f7816c3cdec6db974c441620d764c25ff4ed0146ee7296b8a50590" - -DEPENDS += " \ - ${PYTHON_PN}-pip \ - " - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-dateutil \ - " -- cgit v1.2.3-54-g00ecf