Files
rpi-buildroot/package/python-fastapi/Config.in
Marcus Hoffmann a59c8ede21 package/python-fastapi: bump to 0.115.12
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
(cherry picked from commit 873e1d658a)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
2025-05-26 17:44:04 +02:00

12 lines
442 B
Plaintext

config BR2_PACKAGE_PYTHON_FASTAPI
bool "python-fastapi"
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-pydantic -> python-pydantic-core
select BR2_PACKAGE_PYTHON_PYDANTIC # runtime
select BR2_PACKAGE_PYTHON_STARLETTE # runtime
select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
help
FastAPI framework, high performance, easy to learn, fast to
code, ready for production.
https://github.com/fastapi/fastapi