diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-12-23 20:17:54 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-24 13:18:25 -0800 |
| commit | dbc5ef5e12e49c14546be301421a7ea9cb998699 (patch) | |
| tree | 19938f70aea54641714ff384d5f019372429f340 /meta-python/recipes-devtools | |
| parent | 1fa7c7080efacded16578e8bccfe1d7b481fcd6b (diff) | |
| download | meta-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.bb | 17 |
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 @@ | |||
| 1 | DESCRIPTION = "Pyzstd module provides classes and functions for compressing and \ | ||
| 2 | decompressing data, using Facebookâs Zstandard (or zstd as short name) algorithm." | ||
| 3 | HOMEPAGE = "https://github.com/Rogdham/pyzstd" | ||
| 4 | SECTION = "devel/python" | ||
| 5 | |||
| 6 | LICENSE = "BSD-3-Clause" | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=aedb5a2679cd1552fb61c181ef974b9e" | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "pyzstd" | ||
| 10 | |||
| 11 | SRC_URI[sha256sum] = "44e7b9be7b445aac742003ddee52ca31385d52dffb8c60adf633fad8e795f10d" | ||
| 12 | |||
| 13 | inherit pypi python_setuptools_build_meta ptest-python-pytest python_hatchling | ||
| 14 | |||
| 15 | DEPENDS += "python3-hatch-vcs-native" | ||
| 16 | |||
| 17 | RDEPENDS:${PN}-ptest += "python3-backports-zstd" | ||
