1config BR2_PACKAGE_PYTHON_FIRE
2	bool "python-fire"
3	select BR2_PACKAGE_PYTHON_SIX # runtime
4	select BR2_PACKAGE_PYTHON_TERMCOLOR # runtime
5	help
6	  A library for automatically generating command line
7	  interfaces.
8
9	  https://github.com/google/python-fire
10