1config BR2_PACKAGE_PYTHON_INFLECTION 2 bool "python-inflection" 3 depends on BR2_PACKAGE_PYTHON3 4 select BR2_PACKAGE_PYTHON3_UNICODEDATA 5 help 6 A string transformation library that singularizes and 7 pluralizes English words, and transforms strings from 8 CamelCase to underscored string. 9 10 Inflection is a port of Ruby on Rails' inflector to Python 11 12 https://github.com/jpvanhal/inflection 13