According to https://docs.python.org/3/whatsnew/3.12.html#whatsnew312-removed-distutils , distutils are removed from python 3.12.
setuptools are good drop-in replacement, so we can just replace dependency to python3-distutils to python3-setuptools. However, I only tested it on Debian trixie.
According to https://docs.python.org/3/whatsnew/3.12.html#whatsnew312-removed-distutils ,
distutilsare removed from python 3.12.setuptoolsare good drop-in replacement, so we can just replace dependency topython3-distutilstopython3-setuptools. However, I only tested it on Debian trixie.