Files
rpi-buildroot/package/python-inflect/Config.in
James Hilliard fd35be957e package/python-inflect: bump to version 7.4.0
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>
2024-09-15 10:35:46 +02:00

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