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>
10 lines
307 B
Plaintext
10 lines
307 B
Plaintext
config BR2_PACKAGE_PYTHON_INFLECT
|
|
bool "python-inflect"
|
|
select BR2_PACKAGE_PYTHON_MORE_ITERTOOLS # runtime
|
|
select BR2_PACKAGE_PYTHON_TYPEGUARD # runtime
|
|
help
|
|
Correctly generate plurals, singular nouns, ordinals,
|
|
indefinite articles; convert numbers to words.
|
|
|
|
https://github.com/jaraco/inflect
|