1config BR2_PACKAGE_PYTHON_REENTRY
2	bool "python-reentry"
3	select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
4	select BR2_PACKAGE_PYTHON_CLICK # runtime
5	select BR2_PACKAGE_PYTHON_SIX # runtime
6	help
7	  A plugin manager based on setuptools entry points mechanism.
8
9	  https://pypi.org/project/reentry/
10