ukify has never used the pyzstd module.  It originally used the zstd
module[1], switched to zstandard[2], and as of systemd 259 will use
the standard compression.zstd if available[3].

Our Python is 3.14 which has comoression.zstd, so we don't need any
dependencies.

[1] systemd 483c9c1b8a ("ukify: try to find the uname string in the linux image 
if not specified")
[2] systemd fbc6fecf1a ("ukify: switch from zstd to zstandard")
[3] systemd 1e5498e237 ("ukify: prefer compression.zstd when available")

Signed-off-by: Ross Burton <[email protected]>
---
 meta/recipes-core/systemd/systemd_259.5.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-core/systemd/systemd_259.5.bb 
b/meta/recipes-core/systemd/systemd_259.5.bb
index f0cc83095da..c3cb605b4df 100644
--- a/meta/recipes-core/systemd/systemd_259.5.bb
+++ b/meta/recipes-core/systemd/systemd_259.5.bb
@@ -642,7 +642,6 @@ RDEPENDS:${PN}-ukify = " \
                         python3-pefile \
                         python3-pprint \
                         python3-pydoc \
-                        python3-pyzstd \
                         python3-shell \
                        "
 
-- 
2.43.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#234031): 
https://lists.openembedded.org/g/openembedded-core/message/234031
Mute This Topic: https://lists.openembedded.org/mt/118522372/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to