mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package: add python-validators
Simple data validation library. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
8
package/python-validators/Config.in
Normal file
8
package/python-validators/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_VALIDATORS
|
||||
bool "python-validators"
|
||||
select BR2_PACKAGE_PYTHON_SIX # runtime
|
||||
select BR2_PACKAGE_PYTHON_DECORATOR # runtime
|
||||
help
|
||||
Python Data Validation for Humans.
|
||||
|
||||
https://github.com/kvesteri/validators
|
||||
Reference in New Issue
Block a user