License hash changed due to addition of base64 license which is BSD-2-Clause: https://github.com/python/mypy/commit/8f922b3d879f31e4c52c1c643de70e27b5720654 Add new python-librt build/runtime dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
11 lines
323 B
Plaintext
11 lines
323 B
Plaintext
config BR2_PACKAGE_PYTHON_MYPY
|
|
bool "python-mypy"
|
|
select BR2_PACKAGE_PYTHON_LIBRT # runtime
|
|
select BR2_PACKAGE_PYTHON_MYPY_EXTENSIONS # runtime
|
|
select BR2_PACKAGE_PYTHON_PATHSPEC # runtime
|
|
select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
|
|
help
|
|
Optional static typing for Python.
|
|
|
|
https://www.mypy-lang.org/
|