summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-12-29 22:51:09 -0800
committerKhem Raj <raj.khem@gmail.com>2025-12-31 08:28:51 -0800
commitf06f03200d9096371326a83d454a4847ebd6ef47 (patch)
tree90259299cd6905654676a8e9967778bcff2f7ebd /meta-python/recipes-devtools/python
parente15758ad1a80546b3d17dc779362fac2463c2c8c (diff)
downloadmeta-openembedded-f06f03200d9096371326a83d454a4847ebd6ef47.tar.gz
python3-backports-zstd: Upgrade to 1.3.0
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-backports-zstd_1.3.0.bb (renamed from meta-python/recipes-devtools/python/python3-backports-zstd_1.2.0.bb)7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-backports-zstd_1.2.0.bb b/meta-python/recipes-devtools/python/python3-backports-zstd_1.3.0.bb
index 2a07c36c40..c796f47e21 100644
--- a/meta-python/recipes-devtools/python/python3-backports-zstd_1.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-backports-zstd_1.3.0.bb
@@ -6,10 +6,13 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=224f30639105a6ab845e068c2d0903ff \
6 file://src/c/pythoncapi-compat/COPYING;md5=f74f54822fab8814a50330e4e4578b88 \ 6 file://src/c/pythoncapi-compat/COPYING;md5=f74f54822fab8814a50330e4e4578b88 \
7 file://src/c/zstd/LICENSE;md5=0822a32f7acdbe013606746641746ee8" 7 file://src/c/zstd/LICENSE;md5=0822a32f7acdbe013606746641746ee8"
8 8
9SRC_URI[sha256sum] = "6c3fc19342db750b52fde793e4440a93575761b1493bb4a1d3b26033d2bd3452"
10
11inherit pypi python_setuptools_build_meta ptest-python-pytest 9inherit pypi python_setuptools_build_meta ptest-python-pytest
12 10
11SRC_URI[sha256sum] = "e8b2d68e2812f5c9970cabc5e21da8b409b5ed04e79b4585dbffa33e9b45ebe2"
12
13PYPI_PACKAGE = "backports_zstd" 13PYPI_PACKAGE = "backports_zstd"
14 14
15LDFLAGS:append:toolchain-clang = " -fuse-ld=lld"
16DEPENDS:append:toolchain-clang = " lld-native"
17
15RDEPENDS:${PN}-ptest += "bash python3-compile python3-codecs python3-mypy" 18RDEPENDS:${PN}-ptest += "bash python3-compile python3-codecs python3-mypy"