From 91f9f75e1bdbda2676998c45f3d509cc1410e1ba Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 15 Dec 2023 08:52:09 +0100 Subject: [PATCH] python3-pytest-runner: remove distutils dependency I couldn't find any evidence of it actually being required at build or run time. (From OE-Core rev: a28cd31784592f7cd460320a5c2cf41a86829255) Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pytest-runner_6.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 f7a2c1bb95..2e2d750e17 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"