Andrew Geissler | 5082cc7 | 2023-09-11 08:41:39 -0400 | [diff] [blame] | 1 | SUMMARY = "Job scheduling for humans" |
2 | HOMEPAGE = "https://github.com/dbader/schedule" | ||||
3 | LICENSE = "MIT" | ||||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=6400f153491d45ea3459761627ca24b2" | ||||
5 | |||||
6 | SRC_URI[sha256sum] = "b4ad697aafba7184c9eb6a1e2ebc41f781547242acde8ceae9a0a25b04c0922d" | ||||
7 | |||||
8 | inherit pypi setuptools3 | ||||
9 | |||||
10 | RDEPENDS:${PN} += "${PYTHON_PN}-datetime ${PYTHON_PN}-logging ${PYTHON_PN}-math" |