summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
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/recipes-devtools
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/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyzstd_0.19.0.bb17
1 files changed, 0 insertions, 17 deletions
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"