Skip to content

Commit 4155975

Browse files
committed
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] osbuild/osbuild#1896 [2] osbuild/osbuild#1908
1 parent 70e9c90 commit 4155975

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/vmdeps.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ podman
3838

3939
# For running osbuild
4040
osbuild osbuild-ostree osbuild-selinux osbuild-tools python3-pyrsistent
41+
# remove this when osbuild-tools requires python3-dnf
42+
# https://github.com/osbuild/osbuild/pull/1908
43+
python3-dnf
4144

4245
# For resetting the terminal inside supermin shell
4346
/usr/bin/reset

0 commit comments

Comments
 (0)