
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
43 lines
917 B
Plaintext
43 lines
917 B
Plaintext
{
|
|
"release": {
|
|
"rhel": {
|
|
"7": {
|
|
"python": "python",
|
|
"python-dev": "python-devel",
|
|
"tgt": "scsi-target-utils"
|
|
}
|
|
},
|
|
"centos": {
|
|
"7": {
|
|
"python": "python",
|
|
"python-dev": "python-devel",
|
|
"tgt": "scsi-target-utils"
|
|
}
|
|
}
|
|
},
|
|
"family": {
|
|
"redhat": {
|
|
"libffi-dev": "libffi-devel",
|
|
"libssl-dev": "openssl-devel",
|
|
"python-dev": "python3-devel",
|
|
"qemu-utils": "qemu-img",
|
|
"tgt": "target-restore"
|
|
},
|
|
"suse": {
|
|
"qemu-utils": "qemu",
|
|
"genisoimage": "mkisofs",
|
|
"gdisk": "gptfdisk",
|
|
"libffi-dev": "libffi-devel",
|
|
"libssl-dev": "libopenssl-devel",
|
|
"python-dev": "python3-devel",
|
|
"git": "",
|
|
"man-db": ""
|
|
}
|
|
},
|
|
"default": {
|
|
"ironic-python-agent": "openstack-ironic-python-agent",
|
|
"python": "python3",
|
|
"python-dev": "python3-dev"
|
|
}
|
|
}
|