summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-03-19 14:00:07 -0700
committerKhem Raj <raj.khem@gmail.com>2025-03-20 08:46:56 -0700
commited85b606d015b0909969a0e28e49019583ab5328 (patch)
tree9949b817d83e679d684859a8335abe9304ca2c81 /meta-python
parent25f20d8e14dd5e0d2b2e653845f65700c461a39f (diff)
downloadmeta-openembedded-ed85b606d015b0909969a0e28e49019583ab5328.tar.gz
pytest-codspeed: Add missing rdeps on statistics and rich modules
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pytest-codspeed_3.0.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-codspeed_3.0.0.bb b/meta-python/recipes-devtools/python/python3-pytest-codspeed_3.0.0.bb
index dd08c0fbfe..0789e9f548 100644
--- a/meta-python/recipes-devtools/python/python3-pytest-codspeed_3.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest-codspeed_3.0.0.bb
@@ -11,4 +11,4 @@ inherit pypi python_hatchling
11PYPI_PACKAGE = "pytest_codspeed" 11PYPI_PACKAGE = "pytest_codspeed"
12UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" 12UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
13 13
14RDEPENDS:${PN} = "python3-cffi python3-filelock python3-pytest" 14RDEPENDS:${PN} = "python3-cffi python3-filelock python3-pytest python3-rich python3-statistics"