8bdfa70857
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
10 lines
297 B
Plaintext
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/
|