diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-validators_0.35.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-validators_0.35.0.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-validators_0.35.0.bb b/meta-python/recipes-devtools/python/python3-validators_0.35.0.bb new file mode 100644 index 0000000000..d598cdc97c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-validators_0.35.0.bb | |||
@@ -0,0 +1,23 @@ | |||
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.txt;md5=78327e3919fcd4e9a4a07299899c634c" | ||
6 | SRC_URI[sha256sum] = "992d6c48a4e77c81f1b4daba10d16c3a9bb0dbb79b3a19ea847ff0928e70497a" | ||
7 | |||
8 | inherit pypi python_setuptools_build_meta ptest-python-pytest | ||
9 | |||
10 | RDEPENDS:${PN}-ptest += " \ | ||
11 | python3-decorator \ | ||
12 | python3-eth-hash \ | ||
13 | python3-isort \ | ||
14 | python3-pycryptodome \ | ||
15 | " | ||
16 | |||
17 | RDEPENDS:${PN} += " \ | ||
18 | python3-crypt \ | ||
19 | python3-datetime \ | ||
20 | python3-netclient \ | ||
21 | " | ||
22 | |||
23 | BBCLASSEXTEND = "native nativesdk" | ||