Skip to content

Commit 99260c8

Browse files
[AL2023] Remove outdated packages
Signed-off-by: Hanwen <[email protected]>
1 parent 14cb5df commit 99260c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cookbooks/aws-parallelcluster-platform/resources/install_packages/install_packages_alinux2023.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@ def default_packages
4747

4848
def unsupported_packages
4949
# Using `sudo dnf supportinfo --pkg <PACKAGE_NAME>` to find if packages are available
50-
%w(openmotif-devel redhat-lsb python2 python2-pip NetworkManager-config-routing-rules moreutils)
50+
# The list here is a record of what packages are absent on Amazon Linux 2023. This list is not used in the code.
51+
%w(openmotif-devel moreutils)
5152
end

0 commit comments

Comments
 (0)