From d735e0fcb0aa28d2b381db1e0f0d5c29b8dca227 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 26 Jul 2025 14:08:19 -0700 Subject: python3-pyzmq: Add missing runtime dep on asyncio ptest module This is needed with pytest 8.4+ Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pyzmq_27.0.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-pyzmq_27.0.0.bb b/meta-python/recipes-devtools/python/python3-pyzmq_27.0.0.bb index f5432b7228..d52c99271b 100644 --- a/meta-python/recipes-devtools/python/python3-pyzmq_27.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyzmq_27.0.0.bb @@ -50,6 +50,8 @@ RDEPENDS:${PN} += "\ RDEPENDS:${PN}-ptest += "\ ${PN}-test \ python3-pytest \ + python3-asyncio \ + python3-pytest-asyncio \ python3-unittest-automake-output \ python3-unixadmin \ " -- cgit v1.2.3-54-g00ecf