diff options
Diffstat (limited to 'poky/meta/recipes-devtools/python/python3-zipp_3.20.1.bb')
| -rw-r--r-- | poky/meta/recipes-devtools/python/python3-zipp_3.20.1.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/poky/meta/recipes-devtools/python/python3-zipp_3.20.1.bb b/poky/meta/recipes-devtools/python/python3-zipp_3.20.1.bb new file mode 100644 index 0000000000..960a0d69f4 --- /dev/null +++ b/poky/meta/recipes-devtools/python/python3-zipp_3.20.1.bb @@ -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" |
