python3-service-identity: Fix ptest rdeps

Add missing six and attrs modules to runtime deps

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2024-09-12 21:12:31 -07:00
parent aad5755611
commit cb1c641b0f

View File

@@ -20,7 +20,9 @@ RDEPENDS:${PN} += " \
"
RDEPENDS:${PN}-ptest += " \
python3-attrs \
python3-pytest \
python3-six \
python3-unittest-automake-output \
python3-pyopenssl \
"