diff mbox series

[meta-python,3/4] python3-pylint: Add missing ptest rdep on python3-misc

Message ID 20240915193709.1131399-3-raj.khem@gmail.com
State New
Headers show
Series [meta-python,1/4] python3-pillow: Add missing rdep on py3-compile for ptests | expand

Commit Message

Khem Raj Sept. 15, 2024, 7:37 p.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-pylint_3.2.2.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pylint_3.2.2.bb b/meta-python/recipes-devtools/python/python3-pylint_3.2.2.bb
index 0de1576af4..eae30dfbff 100644
--- a/meta-python/recipes-devtools/python/python3-pylint_3.2.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pylint_3.2.2.bb
@@ -25,10 +25,11 @@  RDEPENDS:${PN} += "\
     python3-shell \
     python3-tomlkit \
     "
-
+# python3-misc for timeit.py
 RDEPENDS:${PN}-ptest += " \
     python3-core \
     python3-git \
+    python3-misc \
     python3-py \
     python3-pytest \
     python3-pytest-benchmark \