From: Michael Jeanson Date: Thu, 29 Aug 2024 14:50:09 +0000 (-0400) Subject: ansible: babeltrace: add python3-setuptools on Debian X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=ad7a1ca35324bcc322cb6f4ba95306d037db55d8;p=lttng-ci.git ansible: babeltrace: add python3-setuptools on Debian Python 3.12 removed distutils, so we added support for setuptools in Babeltrace when building with Python >= 3.12. Install python3-setuptools as Python 3.12 as landed in Debian sid. Change-Id: Ia9db6dbd855f254d0ee1858c6e4de37585fd4da4 Signed-off-by: Michael Jeanson --- diff --git a/automation/ansible/roles/babeltrace/vars/Debian.yml b/automation/ansible/roles/babeltrace/vars/Debian.yml index 76ae912..a5ede24 100644 --- a/automation/ansible/roles/babeltrace/vars/Debian.yml +++ b/automation/ansible/roles/babeltrace/vars/Debian.yml @@ -8,6 +8,7 @@ babeltrace_packages: - libpopt-dev - python3-dev - python3-sphinx + - python3-setuptools - shellcheck - swig - uuid-dev