From: Alexander Kanavin Date: Fri, 15 Dec 2023 07:52:09 +0000 (+0100) Subject: python3-pytest-runner: remove distutils dependency X-Git-Tag: uninative-4.4~692 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a28cd31784592f7cd460320a5c2cf41a86829255;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-pytest-runner: remove distutils dependency I couldn't find any evidence of it actually being required at build or run time. Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- 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"