diff mbox series

[09/10] python3-pytest-runner: remove distutils dependency

Message ID 20231215075210.3049785-9-alex@linutronix.de
State Accepted, archived
Commit a28cd31784592f7cd460320a5c2cf41a86829255
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
I couldn't find any evidence of it actually being
required at build or run time.

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

Patch

diff --git a/meta/recipes-devtools/python/python3-pytest-runner_6.0.0.bb b/meta/recipes-devtools/python/python3-pytest-runner_6.0.0.bb
index f7a2c1bb957..2e2d750e175 100644
--- a/meta/recipes-devtools/python/python3-pytest-runner_6.0.0.bb
+++ b/meta/recipes-devtools/python/python3-pytest-runner_6.0.0.bb
@@ -11,6 +11,6 @@  DEPENDS += " \
     ${PYTHON_PN}-setuptools-scm-native"
 
 RDEPENDS:${PN} = "${PYTHON_PN}-py ${PYTHON_PN}-setuptools ${PYTHON_PN}-debugger ${PYTHON_PN}-json \
-                  ${PYTHON_PN}-io ${PYTHON_PN}-distutils"
+                  ${PYTHON_PN}-io"
 
 BBCLASSEXTEND = "native nativesdk"