summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Leitner <dev@g0hl1n.net>2024-01-03 10:56:02 +0100
committerKhem Raj <raj.khem@gmail.com>2024-01-04 11:17:26 -0800
commitb56ab3d10999f77cb429881b73b52fe2991ad4e3 (patch)
treed309fa3f57b47ba87e255a6e41f7f9ea8e5a9b9e
parent5231104a0a650d5385201da4f1f2d1228cd36ce0 (diff)
downloadmeta-openembedded-b56ab3d10999f77cb429881b73b52fe2991ad4e3.tar.gz
python3-pytest-cov: add missing python3-coverage dependency
As reported by "pip3 check" python3-pytest-cov depends on python3-coverage: $ pip3 check pytest-cov 4.1.0 requires coverage, which is not installed. This patch fixes this problem by adding python3-coverage to RDEPENDS Signed-off-by: Richard Leitner <dev@g0hl1n.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-pytest-cov_4.1.0.bb1
1 files changed, 1 insertions, 0 deletions
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 1ff3e75cbe..3a68011f4a 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,5 +10,6 @@ SRC_URI[sha256sum] = "3904b13dfbfec47f003b8e77fd5b589cd11904a21ddf1ab38a64f204d6
10inherit pypi setuptools3 10inherit pypi setuptools3
11 11
12DEPENDS += "${PYTHON_PN}-setuptools-scm-native" 12DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
13RDEPENDS:${PN} += "python3-coverage"
13 14
14BBCLASSEXTEND = "native nativesdk" 15BBCLASSEXTEND = "native nativesdk"