From aebeed5032e1a636a4fb289552525cb2727ae854 Mon Sep 17 00:00:00 2001 From: Ihor Aleksandrychiev Date: Wed, 1 Jul 2026 15:51:42 +0300 Subject: [PATCH] Do not install obsolete python package on Ubuntu 26 Ticket: ENT-14191 Signed-off-by: Ihor Aleksandrychiev --- ci/cfengine-build-host-setup.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/cfengine-build-host-setup.cf b/ci/cfengine-build-host-setup.cf index a6a73123c..00fec2c0b 100644 --- a/ci/cfengine-build-host-setup.cf +++ b/ci/cfengine-build-host-setup.cf @@ -20,7 +20,7 @@ bundle agent cfengine_build_host_setup "shellcheck" comment => "not sure why only ubuntu-20 needed this."; - debian.(!debian_13.!debian_12.!ubuntu_22.!ubuntu_24.!ubuntu_25):: + debian.(!debian_13.!debian_12.!ubuntu_22.!ubuntu_24.!ubuntu_25.!ubuntu_26):: "python" comment => "debian>=12 and ubuntu>=22 only has python3"; debian.(!debian_9.!debian_10.!debian_11.!ubuntu_20.!ubuntu_18.!ubuntu_16)::