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.4.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.4.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-croniter_1.3.4.bb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-python/recipes-devtools/python/python3-croniter_1.3.4.bb b/meta-python/recipes-devtools/python/python3-croniter_1.3.4.bb deleted file mode 100644 index 4158dbe7c4..0000000000 --- a/meta-python/recipes-devtools/python/python3-croniter_1.3.4.bb +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 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] = "3169365916834be654c2cac57ea14d710e742f8eb8a5fce804f6ce548da80bf2" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | RDEPENDS:${PN} += " python3-dateutil python3-natsort" | ||
