diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb b/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb index fbacf2e996..a1b15c99c7 100644 --- a/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb +++ b/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb | |||
@@ -13,7 +13,9 @@ PYPI_PACKAGE = "Flask-User" | |||
13 | 13 | ||
14 | inherit pypi setuptools3 | 14 | inherit pypi setuptools3 |
15 | 15 | ||
16 | RDEPENDS:${PN} = "${PYTHON_PN}-flask \ | 16 | RDEPENDS:${PN} = " \ |
17 | ${PYTHON_PN}-flask-login \ | 17 | python3-babel \ |
18 | ${PYTHON_PN}-flask-mail \ | 18 | python3-flask \ |
19 | ${PYTHON_PN}-babel" | 19 | python3-flask-login \ |
20 | python3-flask-mail \ | ||
21 | " | ||