You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
1ec19e5e47
[Thomas: - rewrap too long lines in Config.in help text - add missing upstream URL in Config.in help text - add missing hash file - fix the licensing informations, which were incorrect - remove duplicate <pkg>_SETUP_TYPE definition.] Signed-off-by: Geoffrey Ragot <geoffrey.ragot@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 lines
196 B
Plaintext
8 lines
196 B
Plaintext
config BR2_PACKAGE_PYTHON_PYCLI
|
|
bool "python-pycli"
|
|
help
|
|
The cli package is a framework for making simple, correct
|
|
command line applications in Python.
|
|
|
|
https://pythonhosted.org/pyCLI/
|