13 lines
454 B
BlitzBasic
13 lines
454 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;md5=fca9fd5c15a28eb874ba38577a585d48"
|
|
LICENSE = "Apache-2.0"
|
|
|
|
DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
|
|
inherit pypi python_setuptools_build_meta
|
|
|
|
PYPI_PACKAGE = "tzdata"
|
|
|
|
SRC_URI[sha256sum] = "ada9133fbd561e6ec3d1674d3fba50251636e918aa97bd59d63735bef5a513bb"
|