diff mbox series

[meta-arago,master] nativesdk-packagegroup-arago-tisdk-host: Remove nativesdk-python3-distutils

Message ID 20240119234243.10594-1-reatmon@ti.com
State Superseded
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master] nativesdk-packagegroup-arago-tisdk-host: Remove nativesdk-python3-distutils | expand

Commit Message

Ryan Eatmon Jan. 19, 2024, 11:42 p.m. UTC
python 3.12.0 no longer includes distutils, so we cannot depend on it.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 .../packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb     | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb b/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb
index 859d9eab..a92b99c1 100644
--- a/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb
+++ b/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb
@@ -27,7 +27,6 @@  EXTRA_TI_TOOLS = " \
 RDEPENDS:${PN} = "\
     nativesdk-packagegroup-sdk-host \
     ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland-dev', '', d)} \
-    nativesdk-python3-distutils \
     nativesdk-python3-numpy \
     nativesdk-git \
     nativesdk-mtd-utils-ubifs \