mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-11 18:39:28 +00:00
python3-croniter: upgrade 6.0.0 -> 6.2.2
Changelog: https://github.com/pallets-eco/croniter/blob/main/CHANGELOG.rst Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -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] = "ba60832a5ec8e12e51b8691c3309a113d1cf6526bdf1a48150ce8ec7a532d0ab"
|
||||
|
||||
inherit pypi python_hatchling
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-dateutil \
|
||||
python3-natsort \
|
||||
python3-pytz \
|
||||
"
|
||||
Reference in New Issue
Block a user