meta-openembedded/meta-python/recipes-devtools/python/python3-croniter_6.2.2.bb
Khem Raj 205defa2c4
python3-croniter: Fix build with newer trove and pathspec modules
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-05-14 23:15:55 -07:00

19 lines
567 B
BlitzBasic

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 += "file://0001-Allow-using-newer-versions-of-trove-classifiers-and-.patch"
SRC_URI[sha256sum] = "ba60832a5ec8e12e51b8691c3309a113d1cf6526bdf1a48150ce8ec7a532d0ab"
inherit pypi python_hatchling
DEPENDS += "python3-pathspec python3-trove-classifiers"
RDEPENDS:${PN} += " \
python3-dateutil \
python3-natsort \
python3-pytz \
"