Files
Riccardo Pittau 6982c2e4a3 Do not build Debian Bullseye image anymore
Debian Bullseye is EOL since a year now and its default python
version is 3.9 which is incompatible with Ironic Python Agent.
This patch removes its support.

Change-Id: I057de3d4773132c535e935b48a6c7b1bdd434af2
Signed-off-by: Riccardo Pittau <elfosardo@gmail.com>
2025-11-06 16:15:59 +01:00

42 lines
914 B
Plaintext

{
"release": {
"rhel": {
"9": {
"python": "python3.12",
"python-dev": "python3.12-devel"
}
},
"centos": {
"9-stream": {
"python": "python3.12",
"python-dev": "python3.12-devel"
}
}
},
"family": {
"redhat": {
"genisoimage": "xorriso",
"libffi-dev": "libffi-devel",
"libssl-dev": "openssl-devel",
"open-iscsi": "iscsi-initiator-utils",
"python-dev": "python3-devel",
"qemu-utils": "qemu-img"
},
"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"
}
}