mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-24 06:57:10 +00:00
6a2331841a
Changelog: =========== - Fix expand_from_start_time day-of-week low bound so Sunday wraps correctly for stepped day-of-week ranges (isoweekday() % 7 instead of weekday() + 1). - Bump pinned GitHub Actions via dependabot. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
17 lines
540 B
BlitzBasic
17 lines
540 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"
|
|
|
|
SRC_URI += "file://0001-Allow-using-newer-versions-of-trove-classifiers-and-.patch"
|
|
SRC_URI[sha256sum] = "fc124f751b1b04805c2a04b061898b436b45ab2320b045e1e052ea895de65189"
|
|
|
|
inherit pypi python_hatchling
|
|
|
|
DEPENDS += "python3-pathspec python3-trove-classifiers"
|
|
RDEPENDS:${PN} += " \
|
|
python3-dateutil \
|
|
python3-natsort \
|
|
python3-pytz \
|
|
"
|