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

Upgrade to release 1.0.13: - Fix ZeroDivisionError with * * R/0 * * Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
13 lines
402 B
BlitzBasic
13 lines
402 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[sha256sum] = "57f36df4f5a1c31bbf50bbffa3551612c19f6156ab1e88e2e42342ccbb9f9b9a"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS_${PN} += " python3-dateutil python3-natsort"
|