python3-asgiref: 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:06 -08:00
committed by Khem Raj
parent 4a392ddd3b
commit a600e4bb3c
2 changed files with 6 additions and 5 deletions

View File

@@ -15,10 +15,11 @@ export HOST_SYS
inherit pypi ptest setuptools3
RDEPENDS:${PN}-ptest += " \
${PYTHON_PN}-pytest \
${PYTHON_PN}-asyncio \
${PYTHON_PN}-io \
${PYTHON_PN}-multiprocessing \
python3-asyncio \
python3-io \
python3-multiprocessing \
python3-pytest \
python3-unittest-automake-output \
"
do_install_ptest() {