From 504651f853714b51be8204b9b17b1bf93b412019 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 15 Dec 2023 08:52:07 +0100 Subject: [PATCH] python3-pip: remove distutils depedency Upstream has removed usage of distutils. (From OE-Core rev: a89e0aa3d0c850f3ad90f6d72a658c66d6109fca) Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pip_23.3.1.bb | 1 - 1 file changed, 1 deletion(-) 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 3699bdf515..38d6c4ad92 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 \ "