nodepool: infra-package-needs; cleanup python

We don't need to pull in Python 2 python-xml or python-dev packages
any more

python3 is always installed by DIB (it needs python3 on the image to
run elements).  So we don't explicitly need to pull that in.

Change-Id: I36942435a709c25097cb57d336c45c2884a0103c
This commit is contained in:
Ian Wienand 2023-02-02 10:24:28 +11:00
parent 90fcb99cf6
commit 4437dcd0fd
No known key found for this signature in database
2 changed files with 2 additions and 21 deletions

View File

@ -4,12 +4,7 @@ coreutils:
cron:
util-linux:
build-essential:
python-xml:
phase: pre-install.d
python-dev:
python3-dev:
python3:
phase: pre-install.d
uuid-runtime:
traceroute:
ntp:

View File

@ -2,12 +2,10 @@
"release": {
"centos": {
"8": {
"python-dev": "",
"ntp": "chrony",
"ntpdate": ""
},
"9-stream": {
"python-dev": "",
"ntp": "chrony",
"ntpdate": "",
"iptables": "iptables-services"
@ -15,13 +13,11 @@
},
"rocky": {
"8": {
"python-dev": "",
"ntp": "chrony",
"ntpdate": "",
"coreutils": ""
},
"9": {
"python-dev": "",
"ntp": "chrony",
"ntpdate": "",
"iptables": "iptables-services",
@ -31,13 +27,11 @@
"ubuntu": {
"focal": {
"ntp": "",
"ntpdate": "",
"python-dev": ""
"ntpdate": ""
},
"jammy": {
"ntp": "",
"ntpdate": "",
"python-dev": ""
"ntpdate": ""
}
}
},
@ -58,7 +52,6 @@
"iproute2": "iproute",
"iputils-ping": "iputils",
"ntp": "ntp ntp-perl",
"python-dev": "",
"python3-dev": "python3-devel",
"iptables": "iptables-services",
"haveged": "haveged"
@ -75,7 +68,6 @@
"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",
@ -90,7 +82,6 @@
"iproute2": "iproute",
"iputils-ping": "iputils",
"ntp": "ntp ntp-perl",
"python-dev": "python-devel",
"python3-dev": "",
"uuid-runtime": "",
"iptables": "iptables-services",
@ -103,10 +94,7 @@
"gnupg2": "gpg2",
"iputils-ping": "iputils",
"ntpdate": "",
"python-xml": "python-xml",
"python-dev": "python-devel",
"python3-dev": "python3-devel",
"python3": "python3",
"iptables": "iptables",
"uuid-runtime": "uuidd"
}
@ -116,8 +104,6 @@
"gentoolkit": "",
"redhat-rpm-config": "",
"redhat-lsb-core": "",
"python-xml": "",
"python3": "",
"tox": ""
}
}