buildroot/package/python-pathvalidate/Config.in
Yegor Yefremov c673c9fcab python-pathvalidate: bump to version 0.13.0
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>
2017-01-24 22:48:59 +13:00

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