diff mbox series

[meta-python,1/2] python3-fastapi: Add missing ptest dependencies

Message ID 20251201061512.961293-1-raj.khem@gmail.com
State New
Headers show
Series [meta-python,1/2] python3-fastapi: Add missing ptest dependencies | expand

Commit Message

Khem Raj Dec. 1, 2025, 6:15 a.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../python/python3-fastapi_0.122.0.bb                 | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
diff mbox series

Patch

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 \
+"