diff mbox series

[meta-python] python3-serpent: Add missing rdeps for ptests to run

Message ID 20240912041152.54166-1-raj.khem@gmail.com
State New
Headers show
Series [meta-python] python3-serpent: Add missing rdeps for ptests to run | expand

Commit Message

Khem Raj Sept. 12, 2024, 4:11 a.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-serpent_1.41.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-serpent_1.41.bb b/meta-python/recipes-devtools/python/python3-serpent_1.41.bb
index 941b5ee0f3..f3cf80a375 100644
--- a/meta-python/recipes-devtools/python/python3-serpent_1.41.bb
+++ b/meta-python/recipes-devtools/python/python3-serpent_1.41.bb
@@ -9,8 +9,10 @@  inherit pypi ptest setuptools3
 SRC_URI += " \
     file://run-ptest \
 "
-
+# python3-misc for timeit.py
 RDEPENDS:${PN}-ptest += " \
+    python3-attr \
+    python3-misc \
     python3-pytest \
     python3-pytz \
     python3-unittest-automake-output \