mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Switch from distutils to setuptools to avoid the following build failure raised since bump of python to version 3.12.1 in commit36e635d2d5: Traceback (most recent call last): File "/home/fabrice/buildroot/output/build/libpwquality-1.4.5/python/setup.py", line 9, in <module> from distutils.core import setup, Extension ModuleNotFoundError: No module named 'distutils' Fixes:36e635d2d5No autobuilder failures (yet) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>