mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
Required for fastapi since 0.120.0 [1] https://github.com/fastapi/fastapi/releases/tag/0.120.0 Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu> Signed-off-by: Julien Olivain <ju.o@free.fr>
8 lines
217 B
Plaintext
8 lines
217 B
Plaintext
config BR2_PACKAGE_PYTHON_ANNOTATED_DOC
|
|
bool "python-annotated-doc"
|
|
help
|
|
Document parameters, class attributes, return types, and
|
|
variables inline, with Annotated.
|
|
|
|
https://github.com/fastapi/annotated-doc
|