From 872880945c5937bc937a9e66925e5c421107338e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 11 Jan 2021 15:19:58 -0800 Subject: [PATCH] Add python3.9-debuginfo (and any later python) to additional packages. See https://pagure.io/pungi/issue/1460 for why this is needed. Signed-off-by: Kevin Fenzi --- fedora.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/fedora.conf b/fedora.conf index 58b84d4..d5987c2 100644 --- a/fedora.conf +++ b/fedora.conf @@ -137,6 +137,7 @@ additional_packages = [ 'langpacks-*', 'man-pages-*', 'mythes-*', + 'python3.*-debuginfo', ], }),