summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-04-04 20:49:36 -0700
committerKhem Raj <raj.khem@gmail.com>2024-04-07 08:36:34 -0700
commite9253006006cc3ae256c3a367aafcc7ef31931bd (patch)
tree92d6d6603a166a857d926e2f4536a89152946318 /meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb
parent38e2f6a9a94463916d2c4ea5d08f1a554e337f28 (diff)
downloadmeta-openembedded-e9253006006cc3ae256c3a367aafcc7ef31931bd.tar.gz
python3-pyzmq: Fix ptests
Add missing dependency on tornado, its also flagged by some ptests {'python3-pyzmq': ['tests/test_ioloop.py:test_ioloop', 'tests/test_ioloop.py:test_ioloop_install']} Skip ptests which cause zeromq errors Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb b/meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb
index ca602d2507..540aa62006 100644
--- a/meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb
@@ -28,6 +28,7 @@ FILES:${PN}-test += "\
28RDEPENDS:${PN} += "\ 28RDEPENDS:${PN} += "\
29 python3-json \ 29 python3-json \
30 python3-multiprocessing \ 30 python3-multiprocessing \
31 python3-tornado \
31" 32"
32 33
33RDEPENDS:${PN}-ptest += "\ 34RDEPENDS:${PN}-ptest += "\