diff mbox series

[07/10] python3-pip: remove distutils depedency

Message ID 20231215075210.3049785-7-alex@linutronix.de
State Accepted, archived
Commit a89e0aa3d0c850f3ad90f6d72a658c66d6109fca
Headers show
Series [01/10] gobject-introspection: depend on setuptools to obtain distutils module | expand

Commit Message

Alexander Kanavin Dec. 15, 2023, 7:52 a.m. UTC
Upstream has removed usage of distutils.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta/recipes-devtools/python/python3-pip_23.3.1.bb | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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 \
 "