mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-16 22:29:30 +00:00
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
|