036185d87e
* The package doesn't support python2 anymore. * Update comment of reverse dependencies * Indent with two spaces in the hash file. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> [yann.morin.1998@free.fr: update comment of reverse dependencies] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
9 lines
251 B
Plaintext
9 lines
251 B
Plaintext
config BR2_PACKAGE_PYTHON_PATHVALIDATE
|
|
bool "python-pathvalidate"
|
|
depends on BR2_PACKAGE_PYHON3
|
|
help
|
|
pathvalidate is a python library to validate/sanitize a string
|
|
such as filename/variable-name.
|
|
|
|
https://github.com/thombashi/pathvalidate
|