summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-fastapi_0.122.0.bb11
1 files changed, 10 insertions, 1 deletions
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} += "\
24 python3-typing-extensions \ 24 python3-typing-extensions \
25" 25"
26 26
27RDEPENDS:${PN}-ptest += "python3-orjson" 27RDEPENDS:${PN}-ptest += "\
28 python3-coverage \
29 python3-httpx \
30 python3-orjson \
31 python3-dirty-equals \
32 python3-pytest-httpx \
33 python3-python-multipart \
34 python3-sqlalchemy \
35 python3-trio \
36"