mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Upgrade to release 0.3.36: - Updated docs section regarding max_years_between_matches to be more shorter and hopefully more relevant - Don't install tests Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 lines
454 B
BlitzBasic
13 lines
454 B
BlitzBasic
DESCRIPTION = "croniter provides iteration for datetime object with cron like format"
|
|
SECTION = "devel/python"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=b8ee59850b882cbf623188489ea748e2"
|
|
|
|
PYPI_PACKAGE = "croniter"
|
|
SRC_URI[md5sum] = "1be5dd43ca26a66b5f981e41c74fd346"
|
|
SRC_URI[sha256sum] = "9d3098e50f7edc7480470455d42f09c501fa1bb7e2fc113526ec6e90b068f32c"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS_${PN} += " python3-dateutil python3-natsort"
|