c673c9fcab
Add python-six to the runtime dependencies. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 lines
361 B
Plaintext
11 lines
361 B
Plaintext
config BR2_PACKAGE_PYTHON_PATHVALIDATE
|
|
bool "python-pathvalidate"
|
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
|
select BR2_PACKAGE_PYTHON_MBSTRDECODER # runtime
|
|
select BR2_PACKAGE_PYTHON_DATAPROPERTY # runtime
|
|
help
|
|
pathvalidate is a python library to validate/sanitize a string
|
|
such as filename/variable-name.
|
|
|
|
https://github.com/thombashi/pathvalidate
|