From 1ef60507d1cc6a836280bfb6f62a0b0da3d6b8f9 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 13 Jan 2022 12:19:43 -0500 Subject: 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 --- recipes-kernel/dtc/python3-dtc_1.6.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/dtc/python3-dtc_1.6.1.bb b/recipes-kernel/dtc/python3-dtc_1.6.1.bb index d7d45a4..e9b8499 100644 --- a/recipes-kernel/dtc/python3-dtc_1.6.1.bb +++ b/recipes-kernel/dtc/python3-dtc_1.6.1.bb @@ -17,7 +17,7 @@ SRCREV = "ecaeb97fec013973360e94888a7de645f084345c" S = "${WORKDIR}/git" -inherit distutils3 +inherit setuptools3-base pkgconfig DISTUTILS_SETUP_PATH = "${S}/pylibfdt" -- cgit