mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-10 16:40:03 +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:
@@ -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 \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user