mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-26 20:10:54 +00:00
python[3]-flask-mail: new recipes
Signed-off-by: Bill Randle <bill.randle@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
875913e514
commit
8a677a1e06
12
meta-python/recipes-devtools/python/python-flask-mail.inc
Normal file
12
meta-python/recipes-devtools/python/python-flask-mail.inc
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
SUMMARY = "Flask extension for sending email"
|
||||||
|
DESCRIPTION = "A Flask extension for sending email"
|
||||||
|
HOMEPAGE = " https://github.com/rduplain/flask-email"
|
||||||
|
LICENSE = "BSD"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=5b16dfa6d3f275ace5985bb92949f770"
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "04b35a42a44ec7aa724ec8ce55e2e08e"
|
||||||
|
SRC_URI[sha256sum] = "22e5eb9a940bf407bcf30410ecc3708f3c56cc44b29c34e1726fe85006935f41"
|
||||||
|
|
||||||
|
PYPI_PACKAGE = "Flask-Mail"
|
||||||
|
|
||||||
|
RDEPENDS_${PN} = "${PYTHON_PN}-flask"
|
||||||
@ -0,0 +1,2 @@
|
|||||||
|
inherit pypi setuptools
|
||||||
|
require python-flask-mail.inc
|
||||||
@ -0,0 +1,2 @@
|
|||||||
|
inherit pypi setuptools3
|
||||||
|
require python-flask-mail.inc
|
||||||
Loading…
x
Reference in New Issue
Block a user