python3-pyzmq: Add missing runtime dep on asyncio ptest module

This is needed with pytest 8.4+

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2025-07-26 14:08:19 -07:00
parent 5b2a5bf259
commit d735e0fcb0
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -50,6 +50,8 @@ RDEPENDS:${PN} += "\
RDEPENDS:${PN}-ptest += "\
${PN}-test \
python3-pytest \
python3-asyncio \
python3-pytest-asyncio \
python3-unittest-automake-output \
python3-unixadmin \
"