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:25:42 +0000 (13:25 -0400)
commitcb80e2fb106d56b4a0ae9c0480a368572f4d0d35
tree92610216d45d320f83de21c029cd455aef8c6f04
parent7d54bba42d167e5d74dfdff858153742b199b4f6
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.024669 seconds and 4 git commands to generate.