summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-12-23 20:17:54 -0800
committerKhem Raj <raj.khem@gmail.com>2025-12-24 13:18:25 -0800
commitdbc5ef5e12e49c14546be301421a7ea9cb998699 (patch)
tree19938f70aea54641714ff384d5f019372429f340 /meta-python
parent1fa7c7080efacded16578e8bccfe1d7b481fcd6b (diff)
downloadmeta-openembedded-dbc5ef5e12e49c14546be301421a7ea9cb998699.tar.gz
python3-pyzstd: Delete recipe
It has been moved to core layer Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Koen Kooi <koen.kooi@oss.qualcomm.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/conf/include/ptest-packagelists-meta-python.inc1
-rw-r--r--meta-python/recipes-devtools/python/python3-pyzstd_0.19.0.bb17
2 files changed, 0 insertions, 18 deletions
diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc
index cef905a528..cdec25f876 100644
--- a/meta-python/conf/include/ptest-packagelists-meta-python.inc
+++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc
@@ -88,7 +88,6 @@ PTESTS_FAST_META_PYTHON = "\
88 python3-pyyaml-include \ 88 python3-pyyaml-include \
89 python3-pydbus \ 89 python3-pydbus \
90 python3-pyzmq \ 90 python3-pyzmq \
91 python3-pyzstd \
92 python3-rapidjson \ 91 python3-rapidjson \
93 python3-requests-file \ 92 python3-requests-file \
94 python3-requests-toolbelt \ 93 python3-requests-toolbelt \
diff --git a/meta-python/recipes-devtools/python/python3-pyzstd_0.19.0.bb b/meta-python/recipes-devtools/python/python3-pyzstd_0.19.0.bb
deleted file mode 100644
index baaab182d5..0000000000
--- a/meta-python/recipes-devtools/python/python3-pyzstd_0.19.0.bb
+++ /dev/null
@@ -1,17 +0,0 @@
1DESCRIPTION = "Pyzstd module provides classes and functions for compressing and \
2decompressing data, using Facebook’s Zstandard (or zstd as short name) algorithm."
3HOMEPAGE = "https://github.com/Rogdham/pyzstd"
4SECTION = "devel/python"
5
6LICENSE = "BSD-3-Clause"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=aedb5a2679cd1552fb61c181ef974b9e"
8
9PYPI_PACKAGE = "pyzstd"
10
11SRC_URI[sha256sum] = "44e7b9be7b445aac742003ddee52ca31385d52dffb8c60adf633fad8e795f10d"
12
13inherit pypi python_setuptools_build_meta ptest-python-pytest python_hatchling
14
15DEPENDS += "python3-hatch-vcs-native"
16
17RDEPENDS:${PN}-ptest += "python3-backports-zstd"