mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-20 04:51:30 +03:00
The package is now standalone (no dependencies) and supports only python3. Plus, indent with two spaces in the hash file. Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
8 lines
193 B
Plaintext
8 lines
193 B
Plaintext
config BR2_PACKAGE_PYTHON_TRAITLETS
|
|
bool "python-traitlets"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
help
|
|
A configuration system for Python applications.
|
|
|
|
https://pypi.python.org/pypi/traitlets
|