diff mbox series

[meta-python,2/2] python3-yarl: Add missing dependency on codspeed module

Message ID 20241015030937.3585151-2-raj.khem@gmail.com
State New
Headers show
Series [meta-python,1/2] python3-pytest-codspeed: Add recipe | expand

Commit Message

Khem Raj Oct. 15, 2024, 3:09 a.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb b/meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb
index 0a15b2e34c..475c71bba7 100644
--- a/meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb
+++ b/meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb
@@ -26,6 +26,7 @@  RDEPENDS:${PN} = "\
 RDEPENDS:${PN}-ptest += " \
     python3-hypothesis \
     python3-pytest \
+    python3-pytest-codspeed \
     python3-unittest-automake-output \
 "