correction de bugs
This commit is contained in:
@@ -9,6 +9,7 @@ RDEPENDS:${PN} = " \
|
||||
python3-six \
|
||||
python3-pytz \
|
||||
python3-tzlocal \
|
||||
python3-tzdata \
|
||||
"
|
||||
inherit pypi setuptools3
|
||||
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
# 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] = "fe5f866eddd8b96e9fcba978f8e503c909b19ea7efda11e52e39494bad3a7bfa"
|
||||
Reference in New Issue
Block a user