8adfcc65c6
Requires returning EPEL support because of some dependencies. Co-Authored-By: Mark Goddard <mark@stackhpc.com> Co-Authored-By: Will Szumski <will@stackhpc.com> Change-Id: I8da33dabda34e626baf6e7895fc450973d0a8fef
18 lines
275 B
Plaintext
18 lines
275 B
Plaintext
{
|
|
"release": {
|
|
"rhel": {
|
|
"8": {
|
|
"python-hardware": "python3-hardware-detect"
|
|
}
|
|
},
|
|
"centos": {
|
|
"8": {
|
|
"python-hardware": "python3-hardware-detect"
|
|
}
|
|
}
|
|
},
|
|
"default": {
|
|
"python-hardware": "python-hardware"
|
|
}
|
|
}
|