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

Upgrade to release 1.3.4: - Add a way to make next() easier to use - Restore compat with python2 - Fix regressions with set_current - Fix compat for tests under py27 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> Signed-off-by: Khem Raj <raj.khem@gmail.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] = "3169365916834be654c2cac57ea14d710e742f8eb8a5fce804f6ce548da80bf2"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} += " python3-dateutil python3-natsort"
|