diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-mail_0.10.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-mail_0.10.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-mail_0.10.0.bb b/meta-python/recipes-devtools/python/python3-flask-mail_0.10.0.bb new file mode 100644 index 0000000000..5d3f60cff0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-mail_0.10.0.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | SUMMARY = "Flask extension for sending email" | ||
| 2 | DESCRIPTION = "A Flask extension for sending email" | ||
| 3 | HOMEPAGE = " https://github.com/rduplain/flask-email" | ||
| 4 | LICENSE = "BSD-3-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=201f2b80112efa61b78515bd54e9f138" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "44083e7b02bbcce792209c06252f8569dd5a325a7aaa76afe7330422bd97881d" | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "flask_mail" | ||
| 10 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
| 11 | |||
| 12 | inherit pypi python_setuptools_build_meta | ||
| 13 | |||
| 14 | RDEPENDS:${PN} = " \ | ||
| 15 | python3-blinker \ | ||
| 16 | python3-flask \ | ||
| 17 | " | ||
