python3-pyzmq: switch to pytest --automake

* Also replace ${PYTHON_PN} with python3

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Tim Orling
2024-02-16 16:15:21 -08:00
committed by Khem Raj
parent 2122299d9d
commit 6ec5fc1074
2 changed files with 6 additions and 5 deletions
@@ -26,13 +26,14 @@ FILES:${PN}-test += "\
"
RDEPENDS:${PN} += "\
${PYTHON_PN}-json \
${PYTHON_PN}-multiprocessing \
python3-json \
python3-multiprocessing \
"
RDEPENDS:${PN}-ptest += "\
${PN}-test \
${PYTHON_PN}-pytest \
${PN}-test \
python3-pytest \
python3-unittest-automake-output \
"
do_compile:prepend() {