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>
This commit is contained in:
Khem Raj 2025-12-23 20:17:54 -08:00
parent 1fa7c7080e
commit dbc5ef5e12
No known key found for this signature in database
GPG Key ID: BB053355919D3314
2 changed files with 0 additions and 18 deletions

View File

@ -88,7 +88,6 @@ PTESTS_FAST_META_PYTHON = "\
python3-pyyaml-include \ python3-pyyaml-include \
python3-pydbus \ python3-pydbus \
python3-pyzmq \ python3-pyzmq \
python3-pyzstd \
python3-rapidjson \ python3-rapidjson \
python3-requests-file \ python3-requests-file \
python3-requests-toolbelt \ python3-requests-toolbelt \

View File

@ -1,17 +0,0 @@
DESCRIPTION = "Pyzstd module provides classes and functions for compressing and \
decompressing data, using Facebooks Zstandard (or zstd as short name) algorithm."
HOMEPAGE = "https://github.com/Rogdham/pyzstd"
SECTION = "devel/python"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=aedb5a2679cd1552fb61c181ef974b9e"
PYPI_PACKAGE = "pyzstd"
SRC_URI[sha256sum] = "44e7b9be7b445aac742003ddee52ca31385d52dffb8c60adf633fad8e795f10d"
inherit pypi python_setuptools_build_meta ptest-python-pytest python_hatchling
DEPENDS += "python3-hatch-vcs-native"
RDEPENDS:${PN}-ptest += "python3-backports-zstd"