mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-03 06:03:52 -09:00
Signed-off-by: Yann E. MORIN <yann.morin@orange.com> Cc: Romain Naour <romain.naour@smile.fr> Cc: James Hilliard <james.hilliard1@gmail.com> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Cc: Yegor Yefremov <yegorslists@googlemail.com> [Julien: - add DEVELOPERS entry - fix test class name ] Signed-off-by: Julien Olivain <ju.o@free.fr>
8 lines
223 B
Plaintext
8 lines
223 B
Plaintext
config BR2_PACKAGE_PYTHON_HUMANFRIENDLY
|
|
bool "python-humanfriendly"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
help
|
|
Human friendly input/output for text interfaces using Python.
|
|
|
|
https://github.com/xolox/python-humanfriendly/
|