1591d5c510
This was brought in with puppet work in Ia9c45b762eea9f2989c9c63fb944b9e5e1f17ed2 but we do not want it in the base centos 7 image. bindep-fallback packages relying on it have been removed with Iab9495bd381b135e8a0f2e8f35e51a9218cf8f40. I have done a local build with this and there's no other hidden dependencies relying on this within the image creation AFAICS. Change-Id: I747c2b8754effbc6ec82af3bf7543fd9599a6c14
66 lines
1.7 KiB
Plaintext
66 lines
1.7 KiB
Plaintext
{
|
|
"distro": {
|
|
"fedora": {
|
|
"python3-dev": "python3-devel",
|
|
"iptables": "iptables-services",
|
|
"haveged": "haveged",
|
|
"redhat-rpm-config": "redhat-rpm-config",
|
|
"redhat-lsb-core": "redhat-lsb-core"
|
|
},
|
|
"gentoo": {
|
|
"build-essential": "",
|
|
"cron": "sys-process/cronie",
|
|
"curl": "net-misc/curl",
|
|
"dnsutils": "net-dns/bind-tools",
|
|
"git": "dev-vcs/git",
|
|
"iptables": "net-firewall/iptables",
|
|
"iputils-ping": "net-misc/iputils",
|
|
"ntp": "net-misc/ntp",
|
|
"ntpdate": "net-misc/ntp",
|
|
"python-dev": "",
|
|
"python3-dev": "",
|
|
"tox": "dev-python/tox",
|
|
"traceroute": "net-analyzer/traceroute",
|
|
"uuid-runtime": ""
|
|
}
|
|
},
|
|
"family": {
|
|
"redhat": {
|
|
"cron": "cronie",
|
|
"build-essential": "glibc-devel gcc make",
|
|
"dnsutils": "bind-utils",
|
|
"iproute2": "iproute",
|
|
"iputils-ping": "iputils",
|
|
"ntp": "ntp ntp-perl",
|
|
"python-dev": "python-devel",
|
|
"python3-dev": "",
|
|
"uuid-runtime": "",
|
|
"iptables": "iptables-services",
|
|
"haveged": ""
|
|
},
|
|
"suse": {
|
|
"build-essential": "glibc-devel gcc make",
|
|
"dnsutils": "bind-utils",
|
|
"git": "git-core",
|
|
"iputils-ping": "iputils",
|
|
"ntpdate": "",
|
|
"python-xml": "python-xml",
|
|
"python-dev": "python-devel",
|
|
"python3-dev": "python3-devel",
|
|
"python3": "python3",
|
|
"iptables": "iptables SuSEfirewall2",
|
|
"uuid-runtime": "uuidd"
|
|
}
|
|
},
|
|
"default": {
|
|
"curl": "curl",
|
|
"iptables": "iptables-persistent",
|
|
"gentoolkit": "",
|
|
"redhat-rpm-config": "",
|
|
"redhat-lsb-core": "",
|
|
"python-xml": "",
|
|
"python3": "",
|
|
"tox": ""
|
|
}
|
|
}
|