diff options
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-pylint_3.2.2.bb')
-rw-r--r-- | meta-openembedded/meta-python/recipes-devtools/python/python3-pylint_3.2.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-pylint_3.2.2.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-pylint_3.2.2.bb index 0de1576af4..eae30dfbff 100644 --- a/meta-openembedded/meta-python/recipes-devtools/python/python3-pylint_3.2.2.bb +++ b/meta-openembedded/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 \ |