python3-serpent: Add missing rdeps for ptests to run

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2024-09-11 21:10:53 -07:00
parent c1fd23eeb6
commit 7f577da746

View File

@@ -9,8 +9,10 @@ inherit pypi ptest setuptools3
SRC_URI += " \
file://run-ptest \
"
# python3-misc for timeit.py
RDEPENDS:${PN}-ptest += " \
python3-attr \
python3-misc \
python3-pytest \
python3-pytz \
python3-unittest-automake-output \