python3-dtc: drop distutils3 usage

distutils is depreciated, so we switch to setuptools3-base to avoid
the OE core warning.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2022-01-13 12:19:43 -05:00
parent 88d6fa982a
commit 1ef60507d1

View File

@ -17,7 +17,7 @@ SRCREV = "ecaeb97fec013973360e94888a7de645f084345c"
S = "${WORKDIR}/git"
inherit distutils3
inherit setuptools3-base pkgconfig
DISTUTILS_SETUP_PATH = "${S}/pylibfdt"