Skip to content

Commit 39723a1

Browse files
committed
python: setup: fedora: Install packages for mkosi and systemd-nspawn
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
1 parent 1ebb195 commit 39723a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

python/setup/fedora.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,10 @@ def install_packages():
187187
'git-delta',
188188
'git-email',
189189

190+
# mkosi / systemd-nspawn
191+
'distribution-gpg-keys',
192+
'systemd-container',
193+
190194
# nicer GNU utilities
191195
'duf',
192196
'eza' if fedora_version >= 39 else 'exa',

0 commit comments

Comments
 (0)