buildroot/package/python-decorator/Config.in
Andrey Smirnov e816c8243f package/python-decorator: new package
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>
2017-05-04 21:46:40 +02:00

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