summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb
diff options
context:
space:
mode:
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.bb9
1 files changed, 5 insertions, 4 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 658dbe6e25..5793db55f6 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
@@ -26,13 +26,14 @@ FILES:${PN}-test += "\
26" 26"
27 27
28RDEPENDS:${PN} += "\ 28RDEPENDS:${PN} += "\
29 ${PYTHON_PN}-json \ 29 python3-json \
30 ${PYTHON_PN}-multiprocessing \ 30 python3-multiprocessing \
31" 31"
32 32
33RDEPENDS:${PN}-ptest += "\ 33RDEPENDS:${PN}-ptest += "\
34 ${PN}-test \ 34 ${PN}-test \
35 ${PYTHON_PN}-pytest \ 35 python3-pytest \
36 python3-unittest-automake-output \
36" 37"
37 38
38do_compile:prepend() { 39do_compile:prepend() {