xref: /OK3568_Linux_fs/buildroot/package/python-reentry/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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	select BR2_PACKAGE_PYTHON_PATHLIB2 if BR2_PACKAGE_PYTHON # runtime
7	help
8	  A plugin manager based on setuptools entry points mechanism.
9
10	  https://pypi.org/project/reentry/
11