From: Alexander Kanavin Date: Fri, 15 Dec 2023 07:52:07 +0000 (+0100) Subject: python3-pip: remove distutils depedency X-Git-Tag: yocto-5.2~4253 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a89e0aa3d0c850f3ad90f6d72a658c66d6109fca;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-pip: remove distutils depedency Upstream has removed usage of distutils. Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-pip_23.3.1.bb b/meta/recipes-devtools/python/python3-pip_23.3.1.bb index 3699bdf515c..38d6c4ad921 100644 --- a/meta/recipes-devtools/python/python3-pip_23.3.1.bb +++ b/meta/recipes-devtools/python/python3-pip_23.3.1.bb @@ -50,7 +50,6 @@ RDEPENDS:${PN} = "\ python3-unixadmin \ python3-xmlrpc \ python3-pickle \ - python3-distutils \ python3-image \ "