aboutsummaryrefslogtreecommitdiffstats
path: root/meta-zephyr-core/recipes-devtools/python/python3-packaging_21.0.bb
blob: f8572245eef57791a5dc2d18849a8b88aecc9fad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-FileCopyrightText: Huawei Inc.
# SPDX-License-Identifier: Apache-2.0

SUMMARY = "Python packaging"
HOMEPAGE = "https://pypi.org/project/packaging"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91"

inherit pypi setuptools3

PYPI_PACKAGE = "packaging"
SRC_URI[md5sum] = "240ba5823ed31051a1254e74c9d18d55"
SRC_URI[sha256sum] = "7dc96269f53a4ccec5c0670940a4281106dd0bb343f47b7471f779df49c2fbe7"
BBCLASSEXTEND = "native nativesdk"