diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-email-validator_1.1.3.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-email-validator_1.1.3.bb b/meta-python/recipes-devtools/python/python3-email-validator_1.1.3.bb new file mode 100644 index 0000000000..b81e39a151 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-email-validator_1.1.3.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | SUMMARY = "A robust email address syntax and deliverability validation library." | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "CC0-1.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=65d3616852dbf7b1a6d4b53b00626032" | ||
| 5 | |||
| 6 | SRC_URI[md5sum] = "25582cf3d415c7fdd44b980a095e0d53" | ||
| 7 | SRC_URI[sha256sum] = "aa237a65f6f4da067119b7df3f13e89c25c051327b2b5b66dc075f33d62480d7" | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "email_validator" | ||
| 10 | |||
| 11 | inherit pypi setuptools3 | ||
| 12 | |||
| 13 | RDEPENDS:${PN} += "python3-dnspython python3-idna" | ||
