diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-03-19 14:00:07 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-20 08:46:56 -0700 |
commit | ed85b606d015b0909969a0e28e49019583ab5328 (patch) | |
tree | 9949b817d83e679d684859a8335abe9304ca2c81 /meta-python | |
parent | 25f20d8e14dd5e0d2b2e653845f65700c461a39f (diff) | |
download | meta-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.bb | 2 |
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 | |||
11 | PYPI_PACKAGE = "pytest_codspeed" | 11 | PYPI_PACKAGE = "pytest_codspeed" |
12 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | 12 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" |
13 | 13 | ||
14 | RDEPENDS:${PN} = "python3-cffi python3-filelock python3-pytest" | 14 | RDEPENDS:${PN} = "python3-cffi python3-filelock python3-pytest python3-rich python3-statistics" |