9915fb7e8f
Add 'traitlets'[1] package to Buildroot. Needed by IPython. [1] https://pypi.python.org/pypi/traitlets Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 lines
372 B
Plaintext
11 lines
372 B
Plaintext
config BR2_PACKAGE_PYTHON_TRAITLETS
|
|
bool "python-traitlets"
|
|
select BR2_PACKAGE_PYTHON_ENUM34 if BR2_PACKAGE_PYTHON # runtime
|
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
|
select BR2_PACKAGE_PYTHON_IPYTHON_GENUTILS # runtime
|
|
select BR2_PACKAGE_PYTHON_DECORATOR # runtime
|
|
help
|
|
A configuration system for Python applications.
|
|
|
|
https://pypi.python.org/pypi/traitlets
|