summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python3-pylint_3.2.2.bb3
1 files changed, 2 insertions, 1 deletions
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} += "\
25 python3-shell \ 25 python3-shell \
26 python3-tomlkit \ 26 python3-tomlkit \
27 " 27 "
28 28# python3-misc for timeit.py
29RDEPENDS:${PN}-ptest += " \ 29RDEPENDS:${PN}-ptest += " \
30 python3-core \ 30 python3-core \
31 python3-git \ 31 python3-git \
32 python3-misc \
32 python3-py \ 33 python3-py \
33 python3-pytest \ 34 python3-pytest \
34 python3-pytest-benchmark \ 35 python3-pytest-benchmark \