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 19:23:24 +0000 (15:23 -0400)
commitf8cee41dde01ac5973997bba949462af8258480f
tree07820908546a674d5b46f82c7b964b170f54ac04
parent63ba39774f3aa6c1fbca75a8ee8f1bab7a2ea3e6
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]
python-lttngust/setup.py.in
This page took 0.028668 seconds and 4 git commands to generate.