distro/rhel85: remove duplicated edge builds pkgs

The edge specific build packages, `edgeBuildPkgsKey` where defined
on the distro level but also always included in all actual edge
image types; there were thus duplicated.
This commit is contained in:
Christian Kellner 2021-08-24 11:45:18 +00:00 committed by Tom Gundersen
parent d6d40c8416
commit 755bde0afb

View file

@ -503,8 +503,7 @@ func newDistro(name, modulePlatformID, ostreeRef string) distro.Distro {
modulePlatformID: modulePlatformID,
ostreeRef: ostreeRef,
packageSets: map[string]rpmmd.PackageSet{
buildPkgsKey: distroBuildPackageSet(),
edgeBuildPkgsKey: edgeBuildPackageSet(),
buildPkgsKey: distroBuildPackageSet(),
},
}