python3-wrapt: Add missing rdep on misc modules for ptests

Needed for 'this', 'abc' modules

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2024-09-15 08:26:40 -07:00
parent 8233ca7595
commit 81e9af3ed0
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -12,7 +12,9 @@ SRC_URI += " \
file://run-ptest \
"
# python3-misc for 'this' module
RDEPENDS:${PN}-ptest += " \
python3-misc \
python3-pytest \
python3-unittest-automake-output \
"