mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 14:56:43 +01:00
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:
parent
5b2a5bf259
commit
d735e0fcb0
|
|
@ -50,6 +50,8 @@ RDEPENDS:${PN} += "\
|
|||
RDEPENDS:${PN}-ptest += "\
|
||||
${PN}-test \
|
||||
python3-pytest \
|
||||
python3-asyncio \
|
||||
python3-pytest-asyncio \
|
||||
python3-unittest-automake-output \
|
||||
python3-unixadmin \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user