summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2026-01-20 08:43:40 -0800
committerKhem Raj <raj.khem@gmail.com>2026-01-20 08:44:21 -0800
commitd2539548d0c0e0a42a54fd35bb0e039e23396725 (patch)
tree9b7a1bc7dec8dc47f2afbc80854e5bbd5aeb0a4f
parent5731669e864349aa983ef46213c3115c5fb579e2 (diff)
downloadmeta-openembedded-d2539548d0c0e0a42a54fd35bb0e039e23396725.tar.gz
python3-backports-zstd: Delete
It conflicts with standard library with python 3.14+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/conf/include/ptest-packagelists-meta-python.inc1
-rw-r--r--meta-python/recipes-devtools/python/python3-backports-zstd_1.3.0.bb18
2 files changed, 0 insertions, 19 deletions
diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc
index d62f138798..15172e7f22 100644
--- a/meta-python/conf/include/ptest-packagelists-meta-python.inc
+++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc
@@ -12,7 +12,6 @@ PTESTS_FAST_META_PYTHON = "\
12 python3-ansicolors \ 12 python3-ansicolors \
13 python3-asgiref \ 13 python3-asgiref \
14 python3-aspectlib \ 14 python3-aspectlib \
15 python3-backports-zstd \
16 python3-betamax \ 15 python3-betamax \
17 python3-bleak \ 16 python3-bleak \
18 python3-blinker \ 17 python3-blinker \
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 @@
1SUMMARY = "Backport of compression.zstd"
2HOMEPAGE = "https://github.com/rogdham/backports.zstd"
3LICENSE = "0BSD & PSF-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=224f30639105a6ab845e068c2d0903ff \
5 file://LICENSE_zstd.txt;md5=85fffd6822a26cd7d2a6eeb939ada0da \
6 file://src/c/pythoncapi-compat/COPYING;md5=f74f54822fab8814a50330e4e4578b88 \
7 file://src/c/zstd/LICENSE;md5=0822a32f7acdbe013606746641746ee8"
8
9inherit pypi python_setuptools_build_meta ptest-python-pytest
10
11SRC_URI[sha256sum] = "e8b2d68e2812f5c9970cabc5e21da8b409b5ed04e79b4585dbffa33e9b45ebe2"
12
13PYPI_PACKAGE = "backports_zstd"
14
15LDFLAGS:append:toolchain-clang = " -fuse-ld=lld"
16DEPENDS:append:toolchain-clang = " lld-native"
17
18RDEPENDS:${PN}-ptest += "bash python3-compile python3-codecs python3-mypy"