e816c8243f
Add 'decorator'[1] package to Buildroot. Needed by 'traitlets' package, which is added in the next patch. [1] https://pypi.python.org/pypi/decorator Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> [Thomas: download from PyPi, add hash file, add entry in DEVELOPERS file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 lines
157 B
Plaintext
7 lines
157 B
Plaintext
config BR2_PACKAGE_PYTHON_DECORATOR
|
|
bool "python-decorator"
|
|
help
|
|
Better living through Python with decorators
|
|
|
|
https://github.com/micheles/decorator
|