From 2cbfc65bee380e2bac9240221746f8c5ba37d675 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 20 Feb 2023 16:55:29 +0000 Subject: python3-pytest: set RDEPENDS globally, not just target Now that we have the dependencies we can set the RDEPENDS for all builds, not just target. (From OE-Core rev: e7980308d78e7fb8ea1568b80363c809c91c2363) Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pytest_7.2.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-pytest_7.2.1.bb b/meta/recipes-devtools/python/python3-pytest_7.2.1.bb index 105b76a4a6..c7610d440c 100644 --- a/meta/recipes-devtools/python/python3-pytest_7.2.1.bb +++ b/meta/recipes-devtools/python/python3-pytest_7.2.1.bb @@ -11,7 +11,7 @@ DEPENDS += "python3-setuptools-scm-native" inherit update-alternatives pypi python_setuptools_build_meta -RDEPENDS:${PN}:class-target += " \ +RDEPENDS:${PN} += " \ ${PYTHON_PN}-atomicwrites \ ${PYTHON_PN}-attrs \ ${PYTHON_PN}-debugger \ -- cgit v1.2.3-54-g00ecf