From abb6e03dab096018089306393e5ba12b53ccddb2 Mon Sep 17 00:00:00 2001 From: Nathan Chancellor Date: Wed, 1 Jan 2025 21:49:08 -0700 Subject: [PATCH] python: setup: almalinux: Install distribution-gpg-keys Signed-off-by: Nathan Chancellor --- python/setup/almalinux.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/setup/almalinux.py b/python/setup/almalinux.py index 1fdd0a7f..cf1901dd 100755 --- a/python/setup/almalinux.py +++ b/python/setup/almalinux.py @@ -67,6 +67,9 @@ def install_packages(): 'git', 'git-email', + # mkosi + 'distribution-gpg-keys', + # repo 'python',