python3-pytest-cov: Add missing python3-pytest RDEPENDS

python3-pytest-cov is a plugin of python3-pytest adding test coverage
feature. It does not seem to do anything useful by itself.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Yoann Congal
2024-01-18 17:49:59 +01:00
committed by Khem Raj
parent 9fdcd8c8dc
commit a3265e6fcb
@@ -10,6 +10,6 @@ SRC_URI[sha256sum] = "3904b13dfbfec47f003b8e77fd5b589cd11904a21ddf1ab38a64f204d6
inherit pypi setuptools3 inherit pypi setuptools3
DEPENDS += "${PYTHON_PN}-setuptools-scm-native" DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
RDEPENDS:${PN} += "python3-coverage" RDEPENDS:${PN} += "python3-coverage python3-pytest"
BBCLASSEXTEND = "native nativesdk" BBCLASSEXTEND = "native nativesdk"