From c8d0737c7fd747b8ae6a0858e95b80d00c92cb76 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 30 Nov 2025 16:17:13 -0800 Subject: python3-fastapi: Add missing ptest dependencies Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-fastapi_0.122.0.bb | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python3-fastapi_0.122.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-fastapi_0.122.0.bb b/meta-python/recipes-devtools/python/python3-fastapi_0.122.0.bb index 02da557663..7dc5d833bc 100644 --- a/meta-python/recipes-devtools/python/python3-fastapi_0.122.0.bb +++ b/meta-python/recipes-devtools/python/python3-fastapi_0.122.0.bb @@ -24,4 +24,13 @@ RDEPENDS:${PN} += "\ 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 \ +" -- cgit v1.2.3-54-g00ecf