diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb b/meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb index aaf02a23b..1aca3a161 100644 --- a/meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb +++ b/meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb | |||
@@ -11,4 +11,7 @@ PYPI_PACKAGE = "Flask-Mail" | |||
11 | 11 | ||
12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
13 | 13 | ||
14 | RDEPENDS:${PN} = "python3-flask" | 14 | RDEPENDS:${PN} = " \ |
15 | python3-blinker \ | ||
16 | python3-flask \ | ||
17 | " | ||