python: move from distutils to sysconfig
authorDan Horák <dan@danny.cz>
Mon, 19 Dec 2022 16:40:43 +0000 (17:40 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Tue, 24 Oct 2023 15:33:35 +0000 (17:33 +0200)
commitabd19b721f7e9b4d514ed319ece173ebc7b1ea72
tree5c9bbb66b3b2630894cfadd633c1b619e0e1b17a
parented8aad3c13e0952476c4a70761246938cea9c81e
python: move from distutils to sysconfig

The distutils module was deprecated in Python 3.10, and will be removed
in 3.12 [1], thus switch to the sysconfig module instead.

[1] https://peps.python.org/pep-0632/
python/CMakeLists.txt