From b766f69a931e4b3ebb57287ec9eae9bdb53e4708 Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Mon, 7 Oct 2024 13:45:58 +0100 Subject: [PATCH] CI: Don't install python3-tomli in Debian 12, Ubuntu 24.04 or newer Signed-off-by: Simon McVittie <smcv@collabora.com> --- tools/ci-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/ci-install.sh b/tools/ci-install.sh index 300bf65..7b0827e 100755 --- a/tools/ci-install.sh +++ b/tools/ci-install.sh @@ -144,7 +144,6 @@ case "$ci_distro" in (*) $sudo apt-get -qq -y install \ python3-pyproject-metadata \ - python3-tomli \ ${NULL} ;; esac -- GitLab