mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +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:
committed by
Khem Raj
parent
21a8212f26
commit
741271afd8
@@ -11,4 +11,7 @@ PYPI_PACKAGE = "Flask-Mail"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} = "python3-flask"
|
||||
RDEPENDS:${PN} = " \
|
||||
python3-blinker \
|
||||
python3-flask \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user