summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-croniter_1.0.13.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-croniter_1.0.13.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-croniter_1.0.13.bb12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-python/recipes-devtools/python/python3-croniter_1.0.13.bb b/meta-python/recipes-devtools/python/python3-croniter_1.0.13.bb
deleted file mode 100644
index c520fa715f..0000000000
--- a/meta-python/recipes-devtools/python/python3-croniter_1.0.13.bb
+++ /dev/null
@@ -1,12 +0,0 @@
1DESCRIPTION = "croniter provides iteration for datetime object with cron like format"
2SECTION = "devel/python"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=b8ee59850b882cbf623188489ea748e2"
5
6PYPI_PACKAGE = "croniter"
7
8SRC_URI[sha256sum] = "57f36df4f5a1c31bbf50bbffa3551612c19f6156ab1e88e2e42342ccbb9f9b9a"
9
10inherit pypi setuptools3
11
12RDEPENDS_${PN} += " python3-dateutil python3-natsort"