python3-smpplib: switch to pytest --automake

* Also replace ${PYTHON_PN} with python3
* Sort RDEPENDS for ptest alphabetically

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:20 -08:00
committed by Khem Raj
parent 7235412ef4
commit 2122299d9d
2 changed files with 8 additions and 7 deletions

View File

@@ -13,15 +13,16 @@ SRC_URI += " \
"
RDEPENDS:${PN} += " \
${PYTHON_PN}-logging \
${PYTHON_PN}-six \
python3-logging \
python3-six \
"
RDEPENDS:${PN}-ptest += " \
${PYTHON_PN}-pytest \
${PYTHON_PN}-unittest \
${PYTHON_PN}-profile \
${PYTHON_PN}-mock \
python3-mock \
python3-profile \
python3-pytest \
python3-unittest \
python3-unittest-automake-output \
"
do_install_ptest() {