]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-pytest: set RDEPENDS globally, not just target
authorRoss Burton <ross.burton@arm.com>
Mon, 20 Feb 2023 16:55:29 +0000 (16:55 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 24 Feb 2023 13:31:41 +0000 (13:31 +0000)
Now that we have the dependencies we can set the RDEPENDS for all builds,
not just target.

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>
meta/recipes-devtools/python/python3-pytest_7.2.1.bb

index 105b76a4a6424c19ad1d99d581daaad90427e1ff..c7610d440c1a5bee914045ee82b627d0472ccff3 100644 (file)
@@ -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 \