mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Add python-typing-inspection as a newly introduced dependency of pydantic. Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu> Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
8 lines
227 B
Plaintext
8 lines
227 B
Plaintext
config BR2_PACKAGE_PYTHON_TYPING_INSPECTION
|
|
bool "python-typing-inspection"
|
|
select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
|
|
help
|
|
Runtime typing introspection tools.
|
|
|
|
https://github.com/pydantic/typing-inspection
|