diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-validators_0.22.0.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-validators_0.22.0.bb b/meta-python/recipes-devtools/python/python3-validators_0.22.0.bb new file mode 100644 index 0000000000..1da7ee4a04 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-validators_0.22.0.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | SUMMARY = "Python Data Validation for Humans" | ||
2 | HOMEPAGE = "https://python-validators.github.io/validators" | ||
3 | LICENSE = "MIT" | ||
4 | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fcf28bd09a60e145c3171c531b9e677d" | ||
6 | SRC_URI[sha256sum] = "77b2689b172eeeb600d9605ab86194641670cdb73b60afd577142a9397873370" | ||
7 | |||
8 | inherit pypi python_setuptools_build_meta | ||
9 | |||
10 | BBCLASSEXTEND = "native nativesdk" | ||