mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
Drop no longer required python-pydantic runtime dependency and propagate reverse dependency removal. Drop no longer required python-typing-extensions runtime dependency. Add new python-more-itertools runtime dependency. Add new python-typeguard runtime dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
8 lines
243 B
Plaintext
8 lines
243 B
Plaintext
config BR2_PACKAGE_PYTHON_JARACO_COLLECTIONS
|
|
bool "python-jaraco-collections"
|
|
select BR2_PACKAGE_PYTHON_JARACO_TEXT # runtime
|
|
help
|
|
Collection objects similar to those in stdlib by jaraco.
|
|
|
|
https://github.com/jaraco/jaraco.collections
|