From afca86a3c01a0795d59a07a02fb303d48b56a916 Mon Sep 17 00:00:00 2001 From: Nate Graham Date: Tue, 2 Sep 2025 14:10:54 -0600 Subject: [PATCH] Explicitly ask for python-yaml Right now it gets pulled in automatically as a dependency of something we also pre-install, but we should mark it down here so it never goes away by accident as a result of other package changes, because then kde-builder would stop working. --- mkosi.conf.d/70-packages-build.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/mkosi.conf.d/70-packages-build.conf b/mkosi.conf.d/70-packages-build.conf index 1e1c7ed..52d2a66 100644 --- a/mkosi.conf.d/70-packages-build.conf +++ b/mkosi.conf.d/70-packages-build.conf @@ -10,4 +10,5 @@ Packages=boost arch-install-scripts pacman python-setproctitle # For kde-builder + python-yaml # For kde-builder