From d2539548d0c0e0a42a54fd35bb0e039e23396725 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 20 Jan 2026 08:43:40 -0800 Subject: python3-backports-zstd: Delete It conflicts with standard library with python 3.14+ Signed-off-by: Khem Raj --- .../python/python3-backports-zstd_1.3.0.bb | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-backports-zstd_1.3.0.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-backports-zstd_1.3.0.bb b/meta-python/recipes-devtools/python/python3-backports-zstd_1.3.0.bb deleted file mode 100644 index c796f47e21..0000000000 --- a/meta-python/recipes-devtools/python/python3-backports-zstd_1.3.0.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "Backport of compression.zstd" -HOMEPAGE = "https://github.com/rogdham/backports.zstd" -LICENSE = "0BSD & PSF-2.0" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=224f30639105a6ab845e068c2d0903ff \ - file://LICENSE_zstd.txt;md5=85fffd6822a26cd7d2a6eeb939ada0da \ - file://src/c/pythoncapi-compat/COPYING;md5=f74f54822fab8814a50330e4e4578b88 \ - file://src/c/zstd/LICENSE;md5=0822a32f7acdbe013606746641746ee8" - -inherit pypi python_setuptools_build_meta ptest-python-pytest - -SRC_URI[sha256sum] = "e8b2d68e2812f5c9970cabc5e21da8b409b5ed04e79b4585dbffa33e9b45ebe2" - -PYPI_PACKAGE = "backports_zstd" - -LDFLAGS:append:toolchain-clang = " -fuse-ld=lld" -DEPENDS:append:toolchain-clang = " lld-native" - -RDEPENDS:${PN}-ptest += "bash python3-compile python3-codecs python3-mypy" -- cgit v1.2.3-54-g00ecf