09dcdedf00
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
23 lines
352 B
Plaintext
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"
|
|
}
|
|
}
|