summaryrefslogtreecommitdiff
path: root/mkosi.conf.d/fedora/10-fedora.conf
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2023-01-24 12:51:31 +0100
committerDaan De Meyer <daan.j.demeyer@gmail.com>2023-01-27 15:05:04 +0100
commitc8943ce884c3b315aa833a1a9777938719620c6b (patch)
tree6630445b9a70c0c5bb91f42632475a5d1e7bdad2 /mkosi.conf.d/fedora/10-fedora.conf
parentb6033b706028a64e9affb79050ced1ad9a4f5b43 (diff)
downloadsystemd-c8943ce884c3b315aa833a1a9777938719620c6b.tar.gz
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.
Diffstat (limited to 'mkosi.conf.d/fedora/10-fedora.conf')
-rw-r--r--mkosi.conf.d/fedora/10-fedora.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/mkosi.conf.d/fedora/10-fedora.conf b/mkosi.conf.d/fedora/10-fedora.conf
index 8ce05f5331..5d4959ba16 100644
--- a/mkosi.conf.d/fedora/10-fedora.conf
+++ b/mkosi.conf.d/fedora/10-fedora.conf
@@ -37,6 +37,7 @@ Packages=
polkit
popt
procps-ng
+ python3dist(pefile)
quota
tpm2-tss
vim-common
@@ -90,3 +91,4 @@ BuildPackages=
python3dist(docutils)
python3dist(jinja2)
python3dist(lxml)
+ python3dist(pytest)