diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-fastapi_0.122.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-fastapi_0.122.0.bb | 23 |
1 files changed, 23 insertions, 0 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 new file mode 100644 index 0000000000..37a475ef8f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-fastapi_0.122.0.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 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] = "cd9b5352031f93773228af8b4c443eedc2ac2aa74b27780387b853c3726fb94b" | ||
| 7 | |||
| 8 | SRC_URI += "file://run-ptest" | ||
| 9 | |||
| 10 | inherit pypi python_pdm ptest-python-pytest | ||
| 11 | |||
| 12 | RDEPENDS:${PN} += "\ | ||
| 13 | python3-annotated-doc \ | ||
| 14 | python3-fastapi-cli \ | ||
| 15 | python3-json \ | ||
| 16 | python3-pydantic \ | ||
| 17 | python3-starlette \ | ||
| 18 | python3-typing-extensions \ | ||
| 19 | " | ||
| 20 | |||
| 21 | RRECOMMENDS:${PN} += "swagger-ui" | ||
| 22 | |||
| 23 | RDEPENDS:${PN}-ptest += "python3-orjson" | ||
