diff options
author | Asaf Kahlon <asafka7@gmail.com> | 2018-05-07 23:34:29 +0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-05-19 23:21:13 +0200 |
commit | cdcc4cd1ec2aa402d35ee248db4fe478c99a9af4 (patch) | |
tree | 491c71334568cbb79d29b0afa6e0e2bc6516b896 /package/python-reentry/Config.in | |
parent | f36d4be02c262b4706ed05e0303feb3fbac3b435 (diff) | |
download | buildroot-cdcc4cd1ec2aa402d35ee248db4fe478c99a9af4.tar.gz buildroot-cdcc4cd1ec2aa402d35ee248db4fe478c99a9af4.zip |
python-reentry: new package
A plugin manager based on setuptools entry points mechanism.
Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/python-reentry/Config.in')
-rw-r--r-- | package/python-reentry/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/python-reentry/Config.in b/package/python-reentry/Config.in new file mode 100644 index 0000000000..18518f2c3f --- /dev/null +++ b/package/python-reentry/Config.in @@ -0,0 +1,10 @@ +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 + select BR2_PACKAGE_PYTHON_PY # runtime + help + A plugin manager based on setuptools entry points mechanism. + + https://pypi.org/project/reentry/ |