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