From 3f0a1aa805305c6bfb83bdb561066cb58cd4237f Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Mon, 21 Oct 2024 14:50:47 -0400 Subject: [PATCH] vmdeps: add python3-dnf for now OSBuild dropped dnf as a dependency upstream [1] but osbuild-mpp still uses python3-dnf. Let's add the dep here until it's added as a dep on osbuild-tools upstream [2]. [1] https://github.com/osbuild/osbuild/pull/1896 [2] https://github.com/osbuild/osbuild/pull/1908 --- src/vmdeps.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/vmdeps.txt b/src/vmdeps.txt index 2115988e0e..ad1a3ff44e 100644 --- a/src/vmdeps.txt +++ b/src/vmdeps.txt @@ -38,6 +38,9 @@ podman # For running osbuild osbuild osbuild-ostree osbuild-selinux osbuild-tools python3-pyrsistent +# remove this when osbuild-tools requires python3-dnf +# https://github.com/osbuild/osbuild/pull/1908 +python3-dnf # For resetting the terminal inside supermin shell /usr/bin/reset