summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-fastapi-cli_0.0.24.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-fastapi-cli_0.0.24.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-fastapi-cli_0.0.24.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-fastapi-cli_0.0.24.bb b/meta-python/recipes-devtools/python/python3-fastapi-cli_0.0.24.bb
new file mode 100644
index 0000000000..90624b86a5
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-fastapi-cli_0.0.24.bb
@@ -0,0 +1,20 @@
1DESCRIPTION = "Run and manage FastAPI apps from the command line with FastAPI CLI"
2HOMEPAGE = "https://fastapi.tiangolo.com/"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=e0cf8d811ea2046529403707b266fb5a"
5
6SRC_URI[sha256sum] = "1afc9c9e21d7ebc8a3ca5e31790cd8d837742be7e4f8b9236e99cb3451f0de00"
7
8inherit pypi python_pdm
9
10PYPI_PACKAGE = "fastapi_cli"
11
12UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
13
14RDEPENDS:${PN} += "\
15 python3-difflib \
16 python3-pydantic \
17 python3-rich-toolkit \
18 python3-typer \
19 python3-uvicorn \
20"