From a3265e6fcb5afff143e65a287f49db99a819f30b Mon Sep 17 00:00:00 2001 From: Yoann Congal Date: Thu, 18 Jan 2024 17:49:59 +0100 Subject: 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pytest-cov_4.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-pytest-cov_4.1.0.bb b/meta-python/recipes-devtools/python/python3-pytest-cov_4.1.0.bb index 3a68011f4a..66375dec35 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-cov_4.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-cov_4.1.0.bb @@ -10,6 +10,6 @@ SRC_URI[sha256sum] = "3904b13dfbfec47f003b8e77fd5b589cd11904a21ddf1ab38a64f204d6 inherit pypi setuptools3 DEPENDS += "${PYTHON_PN}-setuptools-scm-native" -RDEPENDS:${PN} += "python3-coverage" +RDEPENDS:${PN} += "python3-coverage python3-pytest" BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf