kumquat-buildroot/package/python-typepy/Config.in
Fabrice Fontaine f9335fe270 package/python-typepy: bump to version 1.1.5
- python-dateutil and python-pytz are optional since version 0.0.20 and
  a54dc97598
- python 2 and python-six dependency have been dropped in version 1.0.0 and
  764812d01d
- Update indentation in hash file (two spaces)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2021-04-28 23:38:17 +02:00

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