infra-package-needs: don't require coreutils for Rocky Linux 8

coreutils comes in two variants now, 'coreutils-single' which is a
busybox-like single binary called through symlinks and the regular
coreutils.  Both satisfy the dependency for coreutils for any other
packages, but if you explicitly ask to install coreutils over
coretuils-single you get an error.

Since coreutils-single is already in the base-image, just skip
installing it on Rocky 8.

Change-Id: I89f8cb49b0cd373e454dd37439bf6efd971233e5
This commit is contained in:
Ian Wienand 2022-02-21 08:13:11 +11:00
parent 10916caf28
commit 39d2332299
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@
"8": {
"python-dev": "",
"ntp": "chrony",
"ntpdate": ""
"ntpdate": "",
"coreutils": ""
}
},
"ubuntu": {