19 lines
531 B
BlitzBasic
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"
|