blob: daf6bd4a323cf1c005b8e73198a2bba50aa0ae62 [file] [log] [blame]
config BR2_PACKAGE_PYTHON_INFLECT
bool "python-inflect"
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-pydantic -> python-pydantic-core
select BR2_PACKAGE_PYTHON_PYDANTIC # runtime
select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
help
Correctly generate plurals, singular nouns, ordinals,
indefinite articles; convert numbers to words.
https://github.com/jaraco/inflect