diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-11-30 16:17:13 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-30 20:20:59 -0800 |
| commit | c8d0737c7fd747b8ae6a0858e95b80d00c92cb76 (patch) | |
| tree | a754978c73d48b9736b307d4b493cb56345551ed /meta-python/recipes-devtools | |
| parent | 0456c030d216e1d14a53ea3cbb5087ab1d8f8ad6 (diff) | |
| download | meta-openembedded-c8d0737c7fd747b8ae6a0858e95b80d00c92cb76.tar.gz | |
python3-fastapi: Add missing ptest dependencies
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-fastapi_0.122.0.bb | 11 |
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 | ||
| 27 | RDEPENDS:${PN}-ptest += "python3-orjson" | 27 | RDEPENDS:${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 | " | ||
