From: Denys Dmytriyenko <[email protected]> distutils was deprecated from latest Python, use setuptools intead.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- .../packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..7e77d12f 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,7 @@ EXTRA_TI_TOOLS = " \ RDEPENDS:${PN} = "\ nativesdk-packagegroup-sdk-host \ ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland-dev', '', d)} \ - nativesdk-python3-distutils \ + nativesdk-python3-setuptools \ nativesdk-python3-numpy \ nativesdk-git \ nativesdk-mtd-utils-ubifs \ -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15091): https://lists.yoctoproject.org/g/meta-arago/message/15091 Mute This Topic: https://lists.yoctoproject.org/mt/103942230/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/leave/10763299/21656/89520264/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
