We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14cb5df commit 99260c8Copy full SHA for 99260c8
cookbooks/aws-parallelcluster-platform/resources/install_packages/install_packages_alinux2023.rb
@@ -47,5 +47,6 @@ def default_packages
47
48
def unsupported_packages
49
# 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)
+ # 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)
52
end
0 commit comments