]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
debian: Add back dnf to default tools tree packages
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 19 Sep 2023 09:49:38 +0000 (11:49 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 19 Sep 2023 09:55:45 +0000 (11:55 +0200)
dnf was fixed so it'll be added back to testing soon so let's add
it back to the default tools tree packages for debian.

mkosi/distributions/debian.py

index ee07a89bcadc2666cc5e567721ee849bfcba8be3..f6e7c21d2c58b1399b0f390a7a23d903078ae3ee 100644 (file)
@@ -43,6 +43,7 @@ class DebianInstaller(DistributionInstaller):
             "coreutils",
             "cpio",
             "debian-archive-keyring",
+            "dnf",
             "dosfstools",
             "e2fsprogs",
             "erofs-utils",