Browse Source
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: I88c1ec2590d280745daa6c8b3aa9a719f5d96e72changes/09/806809/7
4 changed files with 46 additions and 27 deletions
@ -1,17 +1,22 @@
|
||||
{ |
||||
"release": { |
||||
"rhel": { |
||||
"8": { |
||||
"python-hardware": "python3-hardware-detect" |
||||
"7": { |
||||
"python-hardware": "python-hardware" |
||||
} |
||||
}, |
||||
"centos": { |
||||
"8": { |
||||
"python-hardware": "python3-hardware-detect" |
||||
"7": { |
||||
"python-hardware": "python-hardware" |
||||
} |
||||
} |
||||
}, |
||||
"family": { |
||||
"redhat": { |
||||
"python-hardware": "python3-hardware-detect" |
||||
} |
||||
}, |
||||
"default": { |
||||
"python-hardware": "python-hardware" |
||||
"python-hardware": "python3-hardware" |
||||
} |
||||
} |
||||
|
Loading…
Reference in new issue