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