diff --git a/nodepool/elements/zuul-worker/package-installs.yaml b/nodepool/elements/zuul-worker/package-installs.yaml index efd0b23929..4d64a75c44 100644 --- a/nodepool/elements/zuul-worker/package-installs.yaml +++ b/nodepool/elements/zuul-worker/package-installs.yaml @@ -1,4 +1,2 @@ # Ansible depends apt-transport-https: -libselinux-python: -python-apt: diff --git a/nodepool/elements/zuul-worker/pkg-map b/nodepool/elements/zuul-worker/pkg-map index 54ac88b845..97d2738ec9 100644 --- a/nodepool/elements/zuul-worker/pkg-map +++ b/nodepool/elements/zuul-worker/pkg-map @@ -1,31 +1,10 @@ { - "distro": { - "fedora": { - "libselinux-python": "python3-libselinux" - } - }, - "release": { - "centos": { - "8": { - "libselinux-python": "" - } - } - }, "family": { "debian": { - "apt-transport-https": "apt-transport-https", - "python-apt": "python-apt" - }, - "gentoo": { - "libselinux-python": "sys-libs/libselinux" - }, - "redhat": { - "libselinux-python": "libselinux-python" + "apt-transport-https": "apt-transport-https" } }, "default": { - "apt-transport-https": "", - "libselinux-python": "", - "python-apt": "" + "apt-transport-https": "" } }