mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/python-traitlets: New package
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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
6b683515bc
commit
9915fb7e8f
10
package/python-traitlets/Config.in
Normal file
10
package/python-traitlets/Config.in
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user