mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Minimum python version is now 3.9, but also it's not really relevant to mention this in the package description. Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu> Signed-off-by: Julien Olivain <ju.o@free.fr>
7 lines
185 B
Plaintext
7 lines
185 B
Plaintext
config BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS
|
|
bool "python-typing-extensions"
|
|
help
|
|
Backported and experimental type hints for Python.
|
|
|
|
https://github.com/python/typing_extensions
|