summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"