diff options
| author | Xu Huan <xuhuan.fnst@fujitsu.com> | 2022-05-27 09:15:31 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-05-29 06:39:14 -0700 |
| commit | 94f564fc96e8754d11fe9932dd4c44076592ed1c (patch) | |
| tree | 3c80e08d13d7e20655cc56bf2794d6997a683357 /meta-python/recipes-devtools/python/python3-croniter_1.3.5.bb | |
| parent | 375e2ae24665ac717f0478646bc039a4c5306a58 (diff) | |
| download | meta-openembedded-94f564fc96e8754d11fe9932dd4c44076592ed1c.tar.gz | |
python3-croniter: upgrade 1.3.4 -> 1.3.5
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-croniter_1.3.5.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-croniter_1.3.5.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-croniter_1.3.5.bb b/meta-python/recipes-devtools/python/python3-croniter_1.3.5.bb new file mode 100644 index 0000000000..92962c0f45 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-croniter_1.3.5.bb | |||
| @@ -0,0 +1,12 @@ | |||
| 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 | |||
| 8 | SRC_URI[sha256sum] = "7592fc0e8a00d82af98dfa2768b75983b6fb4c2adc8f6d0d7c931a715b7cefee" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | RDEPENDS:${PN} += " python3-dateutil python3-natsort" | ||
