e2001df212
* The package doesn't support python2 anymore. * Take also sha256 from pypi. * License was updated with a year bump. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
11 lines
342 B
Plaintext
11 lines
342 B
Plaintext
config BR2_PACKAGE_PYTHON_HUMANIZE
|
|
bool "python-humanize"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
help
|
|
Python humanize package contains various common humanization
|
|
utilities, like turning a number into a fuzzy human readable
|
|
duration ('3 minutes ago') or into a human readable size or
|
|
throughput.
|
|
|
|
http://github.com/jmoiron/humanize
|