From c8943ce884c3b315aa833a1a9777938719620c6b Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Tue, 24 Jan 2023 12:51:31 +0100 Subject: mkosi: Update and enable ukify in mkosi builds We also add the necessary deps for ukify to the mkosi configs. CentOS Stream 8 is dropped from CI because its python version is too old (3.6) to be able to run ukify. --- mkosi.conf.d/ubuntu/10-ubuntu.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mkosi.conf.d/ubuntu/10-ubuntu.conf') diff --git a/mkosi.conf.d/ubuntu/10-ubuntu.conf b/mkosi.conf.d/ubuntu/10-ubuntu.conf index 346b129e52..99cffa043d 100644 --- a/mkosi.conf.d/ubuntu/10-ubuntu.conf +++ b/mkosi.conf.d/ubuntu/10-ubuntu.conf @@ -39,6 +39,7 @@ Packages= netcat-openbsd policykit-1 procps + python3-pefile quota xxd @@ -88,4 +89,5 @@ BuildPackages= python3-docutils python3-jinja2 python3-lxml + python3-pytest xsltproc -- cgit v1.2.1