From: Ross Burton Date: Tue, 23 Jul 2024 14:51:06 +0000 (+0100) Subject: pytest-runner: remove python3-py dependency X-Git-Tag: yocto-5.2~2307 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=98e07bf4824059c2efd8778969398cfe102d2ac7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git pytest-runner: remove python3-py dependency It appears that this package has never required the `py` module. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb b/meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb index cce9ce33e22..e5e5e048bd4 100644 --- a/meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb +++ b/meta/recipes-devtools/python/python3-pytest-runner_6.0.1.bb @@ -10,7 +10,6 @@ inherit pypi python_setuptools_build_meta DEPENDS += " \ python3-setuptools-scm-native" -RDEPENDS:${PN} = "python3-py python3-setuptools python3-debugger python3-json \ - python3-io" +RDEPENDS:${PN} = "python3-setuptools python3-debugger python3-json python3-io" BBCLASSEXTEND = "native nativesdk"