python3-pytoml: 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:45 -08:00
committed by Khem Raj
parent a6c2d9fa61
commit 7537066f89
2 changed files with 5 additions and 4 deletions

View File

@@ -16,12 +16,13 @@ SRC_URI += " \
"
RDEPENDS:${PN} += " \
${PYTHON_PN}-datetime \
${PYTHON_PN}-stringold \
python3-datetime \
python3-stringold \
"
RDEPENDS:${PN}-ptest += " \
${PYTHON_PN}-pytest \
python3-pytest \
python3-unittest-automake-output \
"
do_install_ptest() {