distro/rhel90: drop python36 from the basic packageset
python36 is not shipped in RHEL 9, RIP. Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
cba29fd221
commit
c1acdcc82b
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ func distroBuildPackageSet() rpmmd.PackageSet {
|
|||
return rpmmd.PackageSet{
|
||||
Include: []string{
|
||||
"dnf", "dosfstools", "e2fsprogs", "glibc", "lorax-templates-generic",
|
||||
"lorax-templates-rhel", "policycoreutils", "python36",
|
||||
"lorax-templates-rhel", "policycoreutils",
|
||||
"python3-iniparse", "qemu-img", "selinux-policy-targeted", "systemd",
|
||||
"tar", "xfsprogs", "xz",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue