xref: /OK3568_Linux_fs/buildroot/package/python-humanize/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PYTHON_HUMANIZE
2	bool "python-humanize"
3	depends on BR2_PACKAGE_PYTHON3
4	help
5	  Python humanize package contains various common humanization
6	  utilities, like turning a number into a fuzzy human readable
7	  duration ('3 minutes ago') or into a human readable size or
8	  throughput.
9
10	  http://github.com/jmoiron/humanize
11