From dbc5ef5e12e49c14546be301421a7ea9cb998699 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 23 Dec 2025 20:17:54 -0800 Subject: python3-pyzstd: Delete recipe It has been moved to core layer Signed-off-by: Khem Raj Cc: Koen Kooi --- .../recipes-devtools/python/python3-pyzstd_0.19.0.bb | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pyzstd_0.19.0.bb (limited to 'meta-python/recipes-devtools/python') 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 @@ -DESCRIPTION = "Pyzstd module provides classes and functions for compressing and \ -decompressing data, using Facebook’s 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" -- cgit v1.2.3-54-g00ecf