From 8c21178a28e1f3714f8487e6f6f08b0b8ae8688d Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Thu, 7 Jan 2021 20:22:54 -0500 Subject: [PATCH] Add python3-devel deps python3-devel has conditional dependencies such as: python-rpm-macros if rpm-build python3-rpm-generators if rpm-build python3-rpm-macros if rpm-build python3-setuptools if rpm-build However, per the pungi team in RHELCMP-3719, pungi can't depsolve those to include them in the compose because they're contingent on rpm-build being in the transaction. We have to add them manaully. Signed-off-by: Josh Boyer --- shared/additional_and_filter_packages.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shared/additional_and_filter_packages.conf b/shared/additional_and_filter_packages.conf index 03fe61f..b9b6a67 100644 --- a/shared/additional_and_filter_packages.conf +++ b/shared/additional_and_filter_packages.conf @@ -142,6 +142,10 @@ additional_packages = [ "annobin-annocheck", #RhBug 1903941 "scrub", #RhBug 1907472 "man-pages-overrides", #RhBug 1907645 + "python-rpm-macros", + "python3-rpm-generators", + "python3-rpm-macros", + "python3-setuptools", ] }), ("^Buildroot$", {