diff mbox series

[meta-python] python3-pytest-codspeed: Update RDEPENDS

Message ID 20250320103357.1763652-1-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python] python3-pytest-codspeed: Update RDEPENDS | expand

Commit Message

Leon Anavi March 20, 2025, 10:33 a.m. UTC
Add python3-rich to the runtime dependencies. This fix is required
for ptest-runner python3-multidict.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/python3-pytest-codspeed_3.0.0.bb                | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
diff mbox series

Patch

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..317b9d6f94 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,9 @@  inherit pypi python_hatchling
 PYPI_PACKAGE = "pytest_codspeed"
 UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
-RDEPENDS:${PN} = "python3-cffi python3-filelock python3-pytest"
+RDEPENDS:${PN} = " \
+    python3-cffi \
+    python3-filelock \
+    python3-pytest \
+    python3-rich \
+"