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 <jwboyer@redhat.com>
This commit is contained in:
Josh Boyer 2021-01-07 20:22:54 -05:00
parent f47155cca6
commit 8c21178a28

View File

@ -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$", {