Andrew Geissler | 7e0e3c0 | 2022-02-25 20:34:39 +0000 | [diff] [blame] | 1 | DESCRIPTION = "croniter provides iteration for datetime object with cron like format" |
2 | SECTION = "devel/python" | ||||
3 | LICENSE = "MIT" | ||||
4 | LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=b8ee59850b882cbf623188489ea748e2" | ||||
5 | |||||
6 | PYPI_PACKAGE = "croniter" | ||||
7 | |||||
8 | SRC_URI[sha256sum] = "3169365916834be654c2cac57ea14d710e742f8eb8a5fce804f6ce548da80bf2" | ||||
9 | |||||
10 | inherit pypi setuptools3 | ||||
11 | |||||
12 | RDEPENDS:${PN} += " python3-dateutil python3-natsort" |