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