diff options
| author | Liu Yiding <liuyd.fnst@fujitsu.com> | 2025-12-23 16:42:17 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-23 12:22:41 -0800 |
| commit | a33d278d089096b6677f50451924c92ea7e58a8c (patch) | |
| tree | d38cf74b56c19bc1b161be49336292a492d0864c /meta-python/recipes-devtools/python | |
| parent | 2ef5be2471d52496f1b3051f74f330ab23df3c10 (diff) | |
| download | meta-openembedded-a33d278d089096b6677f50451924c92ea7e58a8c.tar.gz | |
python3-importlib-metadata: upgrade 8.7.0 -> 8.7.1
LIC_FILES_CHKSUM changed as LICENSE file format has been changed in 8.7.1
Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-importlib-metadata_8.7.1.bb (renamed from meta-python/recipes-devtools/python/python3-importlib-metadata_8.7.0.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-importlib-metadata_8.7.0.bb b/meta-python/recipes-devtools/python/python3-importlib-metadata_8.7.1.bb index af716ffeb6..4c00739aa3 100644 --- a/meta-python/recipes-devtools/python/python3-importlib-metadata_8.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-importlib-metadata_8.7.1.bb | |||
| @@ -1,18 +1,18 @@ | |||
| 1 | SUMMARY = "Read metadata from Python packages" | 1 | SUMMARY = "Read metadata from Python packages" |
| 2 | HOMEPAGE = "https://pypi.org/project/importlib-metadata/" | 2 | HOMEPAGE = "https://pypi.org/project/importlib-metadata/" |
| 3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=cf73015ea0156450506e8000d1f7fa37" |
| 5 | 5 | ||
| 6 | inherit pypi python_setuptools_build_meta | 6 | inherit pypi python_setuptools_build_meta |
| 7 | 7 | ||
| 8 | PYPI_PACKAGE = "importlib_metadata" | 8 | PYPI_PACKAGE = "importlib_metadata" |
| 9 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | 9 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" |
| 10 | 10 | ||
| 11 | SRC_URI[sha256sum] = "d13b81ad223b890aa16c5471f2ac3056cf76c5f10f82d6f9292f0b415f389000" | 11 | SRC_URI[sha256sum] = "49fef1ae6440c182052f407c8d34a68f72efc36db9ca90dc0113398f2fdde8bb" |
| 12 | 12 | ||
| 13 | S = "${UNPACKDIR}/importlib_metadata-${PV}" | 13 | S = "${UNPACKDIR}/importlib_metadata-${PV}" |
| 14 | 14 | ||
| 15 | DEPENDS += "python3-setuptools-scm-native" | 15 | DEPENDS += "python3-setuptools-scm-native python3-coherent-licensed-native" |
| 16 | RDEPENDS:${PN} += "python3-zipp" | 16 | RDEPENDS:${PN} += "python3-zipp" |
| 17 | RDEPENDS:${PN}:append:class-target = " python3-misc" | 17 | RDEPENDS:${PN}:append:class-target = " python3-misc" |
| 18 | RDEPENDS:${PN}:append:class-nativesdk = " python3-misc" | 18 | RDEPENDS:${PN}:append:class-nativesdk = " python3-misc" |
