mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-01 12:11:09 -09:00
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9 lines
381 B
Plaintext
9 lines
381 B
Plaintext
config BR2_PACKAGE_PYTHON_JARACO_COLLECTIONS
|
|
bool "python-jaraco-collections"
|
|
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-jaraco-text -> python-inflect -> python-pydantic -> python-pydantic-core
|
|
select BR2_PACKAGE_PYTHON_JARACO_TEXT # runtime
|
|
help
|
|
Collection objects similar to those in stdlib by jaraco.
|
|
|
|
https://github.com/jaraco/jaraco.collections
|