summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-devtools/python/python-croniter.inc19
-rw-r--r--meta-openstack/recipes-devtools/python/python3-croniter_0.3.30.bb2
2 files changed, 0 insertions, 21 deletions
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 @@
1DESCRIPTION = "croniter provides iteration for datetime object with cron like format"
2HOMEPAGE = "https://pypi.python.org/pypi/croniter/0.3.4"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=b8ee59850b882cbf623188489ea748e2"
6
7# Archived version so we have to overwrite what the pypi class will derive
8PYPI_SRC_URI = "https://pypi.python.org/packages/source/c/croniter/croniter-${PV}.tar.gz"
9
10SRC_URI[md5sum] = "e4a8987521b144c4c2149d4adde8f55c"
11SRC_URI[sha256sum] = "538adeb3a7f7816c3cdec6db974c441620d764c25ff4ed0146ee7296b8a50590"
12
13DEPENDS += " \
14 ${PYTHON_PN}-pip \
15 "
16
17RDEPENDS_${PN} += " \
18 ${PYTHON_PN}-dateutil \
19 "
diff --git a/meta-openstack/recipes-devtools/python/python3-croniter_0.3.30.bb b/meta-openstack/recipes-devtools/python/python3-croniter_0.3.30.bb
deleted file mode 100644
index 6ec5a00..0000000
--- a/meta-openstack/recipes-devtools/python/python3-croniter_0.3.30.bb
+++ /dev/null
@@ -1,2 +0,0 @@
1inherit setuptools3 pypi
2require python-croniter.inc