| Message ID | 20260326171536.2014116-1-ross.burton@arm.com |
|---|---|
| State | Under Review |
| Headers | show |
| Series | [1/2] systemd: remove incorrect python3-pyzstd dependency | expand |
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 \ "
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 <ross.burton@arm.com> --- meta/recipes-core/systemd/systemd_259.5.bb | 1 - 1 file changed, 1 deletion(-)