diff options
| author | Xu Huan <xuhuan.fnst@fujitsu.com> | 2022-04-07 14:19:16 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-19 14:14:11 +0100 |
| commit | ad529f66b3ad2c39e4f5c74026ff01b90529f472 (patch) | |
| tree | 06102e70d47b27a14f11121cdb1764d2da3c6009 /meta/recipes-devtools/python/python3-zipp_3.8.0.bb | |
| parent | b48c0f0317907cf8c5df71b5fcaf8892c62016aa (diff) | |
| download | poky-ad529f66b3ad2c39e4f5c74026ff01b90529f472.tar.gz | |
python3-zipp: upgrade 3.7.0 -> 3.8.0
Changelog:
=========
Removed compatibility code.
(From OE-Core rev: 7109e72fcf1dd5f6ad35903ded6f2450f8afaf09)
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-zipp_3.8.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-zipp_3.8.0.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-zipp_3.8.0.bb b/meta/recipes-devtools/python/python3-zipp_3.8.0.bb new file mode 100644 index 0000000000..f1fd383842 --- /dev/null +++ b/meta/recipes-devtools/python/python3-zipp_3.8.0.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | DESCRIPTION = "Backport of pathlib-compatible object wrapper for zip files" | ||
| 2 | HOMEPAGE = "https://github.com/jaraco/zipp" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "56bf8aadb83c24db6c4b577e13de374ccfb67da2078beba1d037c17980bf43ad" | ||
| 7 | |||
| 8 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | ||
| 9 | |||
| 10 | inherit pypi python_setuptools_build_meta | ||
| 11 | |||
| 12 | DEPENDS += "${PYTHON_PN}-toml-native" | ||
| 13 | |||
| 14 | RDEPENDS:${PN} += "${PYTHON_PN}-compression \ | ||
| 15 | ${PYTHON_PN}-math \ | ||
| 16 | ${PYTHON_PN}-more-itertools" | ||
| 17 | |||
| 18 | BBCLASSEXTEND = "native nativesdk" | ||
