python: Use standalone 'sysconfig' module
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 27 Feb 2023 18:38:42 +0000 (13:38 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 7 Mar 2023 21:58:51 +0000 (16:58 -0500)
commit452480eb6820df9973d50431a479ca547815ae08
treec08b5d3b73d3180f6af1071fe32ec411c7c7ef24
parent99ddb79d9af777d20b4b138f918249a473cbf710
python: Use standalone 'sysconfig' module

Since 'distutils' will be removed in Python 3.12, use the standalone
'sysconfig' module that was introduced in Python 3.2.

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

Change-Id: I7a89516b03af01cb7ca5178c210bef8248c55c26
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/9591
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Tested-by: jenkins <jenkins@lttng.org>
src/bindings/python/bt2/setup.py.in
This page took 0.024327 seconds and 4 git commands to generate.