diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-09-15 12:11:38 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-09-15 16:02:38 -0700 |
commit | dad0bbf8b19989769fbf1d7e8982bc99c4686b9d (patch) | |
tree | 6f8f67d029234d376868f510985ee80e64b3a405 | |
parent | 58cbef934361fa841d2bc6b1b50238f0c4b8c744 (diff) | |
download | meta-openembedded-dad0bbf8b19989769fbf1d7e8982bc99c4686b9d.tar.gz |
python3-pylint: Add missing ptest rdep on python3-misc
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pylint_3.2.2.bb | 3 |
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 | |
29 | RDEPENDS:${PN}-ptest += " \ | 29 | RDEPENDS:${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 \ |