mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-09 12:18:49 +00:00
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:
parent
aad5755611
commit
cb1c641b0f
@ -20,7 +20,9 @@ RDEPENDS:${PN} += " \
|
|||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS:${PN}-ptest += " \
|
RDEPENDS:${PN}-ptest += " \
|
||||||
|
python3-attrs \
|
||||||
python3-pytest \
|
python3-pytest \
|
||||||
|
python3-six \
|
||||||
python3-unittest-automake-output \
|
python3-unittest-automake-output \
|
||||||
python3-pyopenssl \
|
python3-pyopenssl \
|
||||||
"
|
"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user