summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-07-26 14:08:19 -0700
committerKhem Raj <raj.khem@gmail.com>2025-07-26 16:11:59 -0700
commitd735e0fcb0aa28d2b381db1e0f0d5c29b8dca227 (patch)
tree600d77ce999dd24182da091fde48601a8f7b0909 /meta-python
parent5b2a5bf2591fda383e8c582a319dbdc486348378 (diff)
downloadmeta-openembedded-d735e0fcb0aa28d2b381db1e0f0d5c29b8dca227.tar.gz
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>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyzmq_27.0.0.bb2
1 files changed, 2 insertions, 0 deletions
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} += "\
50RDEPENDS:${PN}-ptest += "\ 50RDEPENDS:${PN}-ptest += "\
51 ${PN}-test \ 51 ${PN}-test \
52 python3-pytest \ 52 python3-pytest \
53 python3-asyncio \
54 python3-pytest-asyncio \
53 python3-unittest-automake-output \ 55 python3-unittest-automake-output \
54 python3-unixadmin \ 56 python3-unixadmin \
55" 57"