ironic-python-agent-builder/dib/extra-hardware/pkg-map
Sagi Shnaidman 09dcdedf00 Preliminary work to support CentOS 9 Stream
Changes package mappings to default to Python 3. Unfortunately, the
build does not work yet because of some issue in DIB.

Co-Authored-By: Dmitry Tantsur <dtantsur@protonmail.com>
Change-Id: I88c1ec2590d280745daa6c8b3aa9a719f5d96e72
2021-09-10 12:17:21 +02:00

23 lines
352 B
Plaintext

{
"release": {
"rhel": {
"7": {
"python-hardware": "python-hardware"
}
},
"centos": {
"7": {
"python-hardware": "python-hardware"
}
}
},
"family": {
"redhat": {
"python-hardware": "python3-hardware-detect"
}
},
"default": {
"python-hardware": "python3-hardware"
}
}