Files
meta-kineintercom/recipes-devtools/python/python3-apscheduler_3.9.1.bb
2022-12-17 12:57:03 +01:00

19 lines
531 B
BlitzBasic

# Copyright (C) 2022 Vincent BENOIT <vincent.benoit@benserv.fr>
# Release under the MIT license (see COPYING.MIT for the terms)
SECTION = "devel/python"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f0e423eea5c91e7aa21bdb70184b3e53"
LICENSE = "MIT"
DEPENDS += "python3-setuptools-scm-native"
RDEPENDS:${PN} = " \
python3-six \
python3-pytz \
python3-tzlocal \
python3-tzdata \
"
inherit pypi setuptools3
PYPI_PACKAGE = "APScheduler"
SRC_URI[sha256sum] = "65e6574b6395498d371d045f2a8a7e4f7d50c6ad21ef7313d15b1c7cf20df1e3"