python: use setuptools with python >= 3.12
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 13 Jun 2023 15:40:20 +0000 (11:40 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 13 Jun 2023 17:29:09 +0000 (13:29 -0400)
commited898ff653548344d1d3872aa711e5a70d53c30c
treea4733337ae47bb690e1e341e4b23151f554f46a2
parent94d13921f67a05ace5b39713ef65cc1f4e9ef1c0
python: use setuptools with python >= 3.12

Since 'distutils' will be removed in Python 3.12, use setuptools instead
to build the python agent.

See https://peps.python.org/pep-0632/

Change-Id: I101f0ce0ecd9bd8c198eb2a8d4dd535a46c7a0a0
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
configure.ac
m4/ax_compare_version.m4 [new file with mode: 0644]
src/python-lttngust/setup.py.in
This page took 0.02714 seconds and 4 git commands to generate.