mirror of
https://git.yoctoproject.org/poky
synced 2026-02-12 19:53:03 +01:00
python3-zipp: upgrade 3.20.0 -> 3.20.1
Bugfix: - Replaced SanitizedNames with a more surgical fix for infinite loops, restoring support for names with special characters in the archive. (From OE-Core rev: 1c71b6b401bad423448d9edb4db4371e7bf605b6) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1f4def61db
commit
d307c65b86
15
meta/recipes-devtools/python/python3-zipp_3.20.1.bb
Normal file
15
meta/recipes-devtools/python/python3-zipp_3.20.1.bb
Normal file
@@ -0,0 +1,15 @@
|
||||
SUMMARY = "Backport of pathlib-compatible object wrapper for zip files"
|
||||
HOMEPAGE = "https://github.com/jaraco/zipp"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=141643e11c48898150daa83802dbc65f"
|
||||
|
||||
SRC_URI[sha256sum] = "c22b14cc4763c5a5b04134207736c107db42e9d3ef2d9779d465f5f1bcba572b"
|
||||
|
||||
DEPENDS += "python3-setuptools-scm-native"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
RDEPENDS:${PN} += "python3-compression \
|
||||
python3-math"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user