@@ -707,7 +707,6 @@ RECIPE_MAINTAINER:pn-python3-pytest = "Trevor Gamblin <tgamblin@baylibre.com>"
RECIPE_MAINTAINER:pn-python3-pytest-subtests = "Tim Orling <tim.orling@konsulko.com>"
RECIPE_MAINTAINER:pn-python3-pytz = "Tim Orling <tim.orling@konsulko.com>"
RECIPE_MAINTAINER:pn-python3-pyyaml = "Tim Orling <tim.orling@konsulko.com>"
-RECIPE_MAINTAINER:pn-python3-pyzstd = "Koen Kooi <koen.kooi@oss.qualcomm.com>"
RECIPE_MAINTAINER:pn-python3-rdflib = "Wang Mingyu <wangmy@fujitsu.com>"
RECIPE_MAINTAINER:pn-python3-referencing = "Trevor Gamblin <tgamblin@baylibre.com>"
RECIPE_MAINTAINER:pn-python3-requests = "Tim Orling <tim.orling@konsulko.com>"
@@ -85,7 +85,6 @@ PTESTS_FAST = "\
python3-pyasn1 \
python3-pytz \
python3-pyyaml \
- python3-pyzstd \
python3-rpds-py \
python3-trove-classifiers \
python3-uritools \
deleted file mode 100644
@@ -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."
-SUMMARY = "Python bindings to Zstandard (zstd) compression library"
-HOMEPAGE = "https://github.com/animalize/pyzstd"
-SECTION = "devel/python"
-
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=aedb5a2679cd1552fb61c181ef974b9e"
-
-PYPI_PACKAGE = "pyzstd"
-
-SRC_URI[sha256sum] = "36723d3c915b3981de9198d0a2c82b2f5fe3eaa36e4d8d586937830a8afc7d72"
-
-inherit pypi python_hatchling ptest-python-pytest
-
-DEPENDS += "python3-hatch-vcs-native"
-
There are no users of this in oe-core and Python 3.14 has built-in support for zstd, so remove the recipe. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/conf/distro/include/maintainers.inc | 1 - meta/conf/distro/include/ptest-packagelists.inc | 1 - .../python/python3-pyzstd_0.19.1.bb | 17 ----------------- 3 files changed, 19 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-pyzstd_0.19.1.bb