From dad0bbf8b19989769fbf1d7e8982bc99c4686b9d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 15 Sep 2024 12:11:38 -0700 Subject: python3-pylint: Add missing ptest rdep on python3-misc Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pylint_3.2.2.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- cgit v1.2.3-54-g00ecf