diff options
| author | Liu Yiding <liuyd.fnst@fujitsu.com> | 2026-02-27 17:23:08 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-03-30 19:46:40 -0700 |
| commit | d1f51bbd0adf81a65e041ec2afbf8d266eabdf54 (patch) | |
| tree | 2784d7e1f1b7dcfd3dcd4be345297ddb9494859f /meta-python/recipes-devtools/python/python3-fastapi-cli_0.0.20.bb | |
| parent | 204537dd388e76f087976a264d62df42f317c0b8 (diff) | |
| download | meta-openembedded-d1f51bbd0adf81a65e041ec2afbf8d266eabdf54.tar.gz | |
python3-fastapi-cli: upgrade 0.0.20 -> 0.0.24
Changelog
https://github.com/fastapi/fastapi-cli/releases/tag/0.0.24
Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-fastapi-cli_0.0.20.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-fastapi-cli_0.0.20.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-python/recipes-devtools/python/python3-fastapi-cli_0.0.20.bb b/meta-python/recipes-devtools/python/python3-fastapi-cli_0.0.20.bb deleted file mode 100644 index 76ddb409bc..0000000000 --- a/meta-python/recipes-devtools/python/python3-fastapi-cli_0.0.20.bb +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | DESCRIPTION = "Run and manage FastAPI apps from the command line with FastAPI CLI" | ||
| 2 | HOMEPAGE = "https://fastapi.tiangolo.com/" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e0cf8d811ea2046529403707b266fb5a" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "d17c2634f7b96b6b560bc16b0035ed047d523c912011395f49f00a421692bc3a" | ||
| 7 | |||
| 8 | inherit pypi python_pdm | ||
| 9 | |||
| 10 | PYPI_PACKAGE = "fastapi_cli" | ||
| 11 | |||
| 12 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
| 13 | |||
| 14 | RDEPENDS:${PN} += "\ | ||
| 15 | python3-difflib \ | ||
| 16 | python3-pydantic \ | ||
| 17 | python3-rich-toolkit \ | ||
| 18 | python3-typer \ | ||
| 19 | python3-uvicorn \ | ||
| 20 | " | ||
