diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-04-02 10:13:40 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-01 19:29:08 -0700 |
| commit | 3ea6e07b2288732d81f08e0ca3de159d89236db3 (patch) | |
| tree | 05c1ce716aa87828dfc42f2bd0984cff581704c1 /meta-python/recipes-devtools/python/python3-fastapi_0.135.2.bb | |
| parent | 757773916e0afcced7c3b3fc5d92a7ba11b69034 (diff) | |
| download | meta-openembedded-3ea6e07b2288732d81f08e0ca3de159d89236db3.tar.gz | |
python3-fastapi: upgrade 0.135.1 -> 0.135.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-fastapi_0.135.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-fastapi_0.135.2.bb | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-fastapi_0.135.2.bb b/meta-python/recipes-devtools/python/python3-fastapi_0.135.2.bb new file mode 100644 index 0000000000..a8ace95347 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-fastapi_0.135.2.bb | |||
| @@ -0,0 +1,38 @@ | |||
| 1 | DESCRIPTION = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" | ||
| 2 | HOMEPAGE = "https://fastapi.tiangolo.com/" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=95792ff3fe8e11aa49ceb247e66e4810" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "88a832095359755527b7f63bb4c6bc9edb8329a026189eed83d6c1afcf419d56" | ||
| 7 | |||
| 8 | SRC_URI += "file://run-ptest" | ||
| 9 | |||
| 10 | CVE_PRODUCT = "tiangolo:fastapi" | ||
| 11 | |||
| 12 | inherit pypi python_pdm ptest-python-pytest | ||
| 13 | |||
| 14 | PACKAGECONFIG ?= "" | ||
| 15 | # swagger-ui is in meta-webserver that meta-python does not depend upon | ||
| 16 | # Users can still enable it in their distros explicitly but its disabled | ||
| 17 | # by default | ||
| 18 | PACKAGECONFIG[swagger-ui] = ",,,swagger-ui" | ||
| 19 | |||
| 20 | RDEPENDS:${PN} += "\ | ||
| 21 | python3-annotated-doc \ | ||
| 22 | python3-fastapi-cli \ | ||
| 23 | python3-json \ | ||
| 24 | python3-pydantic \ | ||
| 25 | python3-starlette \ | ||
| 26 | python3-typing-extensions \ | ||
| 27 | " | ||
| 28 | |||
| 29 | RDEPENDS:${PN}-ptest += "\ | ||
| 30 | python3-coverage \ | ||
| 31 | python3-httpx \ | ||
| 32 | python3-orjson \ | ||
| 33 | python3-dirty-equals \ | ||
| 34 | python3-pytest-httpx \ | ||
| 35 | python3-python-multipart \ | ||
| 36 | python3-sqlalchemy \ | ||
| 37 | python3-trio \ | ||
| 38 | " | ||
