python3-croniter: upgrade 2.0.5 -> 3.0.3

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu
2024-08-06 16:46:10 +08:00
committed by Khem Raj
parent bbf69d22a4
commit 9aff8f7c35

View File

@@ -0,0 +1,16 @@
DESCRIPTION = "croniter provides iteration for datetime object with cron like format"
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b8ee59850b882cbf623188489ea748e2"
PYPI_PACKAGE = "croniter"
SRC_URI[sha256sum] = "34117ec1741f10a7bd0ec3ad7d8f0eb8fa457a2feb9be32e6a2250e158957668"
inherit pypi setuptools3
RDEPENDS:${PN} += " \
python3-dateutil \
python3-natsort \
python3-pytz \
"