python-pathvalidate: new package

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Yegor Yefremov
2016-06-09 09:37:53 +02:00
committed by Thomas Petazzoni
parent a0ff433b77
commit ac72010d3c
4 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
config BR2_PACKAGE_PYTHON_PATHVALIDATE
bool "python-pathvalidate"
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