f9335fe270
- python-dateutil and python-pytz are optional since version 0.0.20 anda54dc97598
- python 2 and python-six dependency have been dropped in version 1.0.0 and764812d01d
- Update indentation in hash file (two spaces) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 lines
267 B
Plaintext
10 lines
267 B
Plaintext
config BR2_PACKAGE_PYTHON_TYPEPY
|
|
bool "python-typepy"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
select BR2_PACKAGE_PYTHON_MBSTRDECODER # runtime
|
|
help
|
|
A Python library for variable type
|
|
checker/validator/converter at a run time.
|
|
|
|
https://github.com/thombashi/typepy
|