python3-fastapi: Add missing ptest dependencies

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2025-11-30 16:17:13 -08:00
parent 0456c030d2
commit c8d0737c7f
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -24,4 +24,13 @@ RDEPENDS:${PN} += "\
python3-typing-extensions \ python3-typing-extensions \
" "
RDEPENDS:${PN}-ptest += "python3-orjson" RDEPENDS:${PN}-ptest += "\
python3-coverage \
python3-httpx \
python3-orjson \
python3-dirty-equals \
python3-pytest-httpx \
python3-python-multipart \
python3-sqlalchemy \
python3-trio \
"