8 lines
231 B
Plaintext
8 lines
231 B
Plaintext
|
config BR2_PACKAGE_PYTHON_TYPING_INSPECT
|
||
|
bool "python-typing-inspect"
|
||
|
select BR2_PACKAGE_PYTHON_MYPY_EXTENSIONS # runtime
|
||
|
help
|
||
|
Runtime inspection utilities for typing module.
|
||
|
|
||
|
https://github.com/ilevkivskyi/typing_inspect
|