Files
SDK_IMX6/package/python-reentry/Config.in
2022-10-31 22:18:58 +08:00

10 lines
297 B
Plaintext

config BR2_PACKAGE_PYTHON_REENTRY
bool "python-reentry"
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
select BR2_PACKAGE_PYTHON_CLICK # runtime
select BR2_PACKAGE_PYTHON_SIX # runtime
help
A plugin manager based on setuptools entry points mechanism.
https://pypi.org/project/reentry/