summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-02-20 16:55:29 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-24 13:31:45 +0000
commit2cbfc65bee380e2bac9240221746f8c5ba37d675 (patch)
tree995d95b4f90860e37e2a75166a5be4e108b65eda /meta
parent945964ecbcbe0d0085ecb1c02a8ef4935b2c47f0 (diff)
downloadpoky-2cbfc65bee380e2bac9240221746f8c5ba37d675.tar.gz
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 <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/python/python3-pytest_7.2.1.bb2
1 files changed, 1 insertions, 1 deletions
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"
11 11
12inherit update-alternatives pypi python_setuptools_build_meta 12inherit update-alternatives pypi python_setuptools_build_meta
13 13
14RDEPENDS:${PN}:class-target += " \ 14RDEPENDS:${PN} += " \
15 ${PYTHON_PN}-atomicwrites \ 15 ${PYTHON_PN}-atomicwrites \
16 ${PYTHON_PN}-attrs \ 16 ${PYTHON_PN}-attrs \
17 ${PYTHON_PN}-debugger \ 17 ${PYTHON_PN}-debugger \