summaryrefslogtreecommitdiff
path: root/upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-fastapi-cli_0.0.24.bb
diff options
context:
space:
mode:
Diffstat (limited to 'upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-fastapi-cli_0.0.24.bb')
-rw-r--r--upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-fastapi-cli_0.0.24.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-fastapi-cli_0.0.24.bb b/upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-fastapi-cli_0.0.24.bb
deleted file mode 100644
index 90624b86a5..0000000000
--- a/upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-fastapi-cli_0.0.24.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "Run and manage FastAPI apps from the command line with FastAPI CLI"
-HOMEPAGE = "https://fastapi.tiangolo.com/"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=e0cf8d811ea2046529403707b266fb5a"
-
-SRC_URI[sha256sum] = "1afc9c9e21d7ebc8a3ca5e31790cd8d837742be7e4f8b9236e99cb3451f0de00"
-
-inherit pypi python_pdm
-
-PYPI_PACKAGE = "fastapi_cli"
-
-UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
-
-RDEPENDS:${PN} += "\
- python3-difflib \
- python3-pydantic \
- python3-rich-toolkit \
- python3-typer \
- python3-uvicorn \
-"