Skip to content

Commit cbb02ad

Browse files
committed
python: setup: almalinux: Just install podman
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
1 parent 30c14e0 commit cbb02ad

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

python/setup/almalinux.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ def install_packages():
4545
'unzip',
4646
'zstd',
4747

48-
# distrobox
49-
'distrobox',
50-
'podman',
51-
5248
# email
5349
'cyrus-sasl-plain',
5450
'mutt',
@@ -71,6 +67,9 @@ def install_packages():
7167
# mkosi
7268
'distribution-gpg-keys',
7369

70+
# podman
71+
'podman',
72+
7473
# repo
7574
'python',
7675

0 commit comments

Comments
 (0)