mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-26 21:12:06 +00:00
python3-flask-mail: add missing run-time dependencies
Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
21a8212f26
commit
741271afd8
@ -11,4 +11,7 @@ PYPI_PACKAGE = "Flask-Mail"
|
|||||||
|
|
||||||
inherit pypi setuptools3
|
inherit pypi setuptools3
|
||||||
|
|
||||||
RDEPENDS:${PN} = "python3-flask"
|
RDEPENDS:${PN} = " \
|
||||||
|
python3-blinker \
|
||||||
|
python3-flask \
|
||||||
|
"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user