summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-croniter_6.2.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-croniter_6.2.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-croniter_6.2.2.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-croniter_6.2.2.bb b/meta-python/recipes-devtools/python/python3-croniter_6.2.2.bb
new file mode 100644
index 0000000000..d217161d7d
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-croniter_6.2.2.bb
@@ -0,0 +1,16 @@
1DESCRIPTION = "croniter provides iteration for datetime object with cron like format"
2SECTION = "devel/python"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=b8ee59850b882cbf623188489ea748e2"
5
6PYPI_PACKAGE = "croniter"
7
8SRC_URI[sha256sum] = "ba60832a5ec8e12e51b8691c3309a113d1cf6526bdf1a48150ce8ec7a532d0ab"
9
10inherit pypi python_hatchling
11
12RDEPENDS:${PN} += " \
13 python3-dateutil \
14 python3-natsort \
15 python3-pytz \
16"