diff options
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.bb | 9 |
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 | ||
| 28 | RDEPENDS:${PN} += "\ | 28 | RDEPENDS:${PN} += "\ |
| 29 | ${PYTHON_PN}-json \ | 29 | python3-json \ |
| 30 | ${PYTHON_PN}-multiprocessing \ | 30 | python3-multiprocessing \ |
| 31 | " | 31 | " |
| 32 | 32 | ||
| 33 | RDEPENDS:${PN}-ptest += "\ | 33 | RDEPENDS:${PN}-ptest += "\ |
| 34 | ${PN}-test \ | 34 | ${PN}-test \ |
| 35 | ${PYTHON_PN}-pytest \ | 35 | python3-pytest \ |
| 36 | python3-unittest-automake-output \ | ||
| 36 | " | 37 | " |
| 37 | 38 | ||
| 38 | do_compile:prepend() { | 39 | do_compile:prepend() { |
