python3-pylint: Add missing ptest rdep on python3-misc

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2024-09-15 12:11:38 -07:00
parent 58cbef9343
commit dad0bbf8b1

View File

@@ -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 \