diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-babel_4.0.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-babel_4.0.0.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-babel_4.0.0.bb b/meta-python/recipes-devtools/python/python3-flask-babel_4.0.0.bb index 4d8aee532c..b445ec0e1c 100644 --- a/meta-python/recipes-devtools/python/python3-flask-babel_4.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-flask-babel_4.0.0.bb | |||
@@ -9,7 +9,7 @@ PYPI_PACKAGE = "flask_babel" | |||
9 | inherit pypi python_poetry_core | 9 | inherit pypi python_poetry_core |
10 | 10 | ||
11 | RDEPENDS:${PN} += "\ | 11 | RDEPENDS:${PN} += "\ |
12 | ${PYTHON_PN}-speaklater \ | 12 | python3-speaklater \ |
13 | ${PYTHON_PN}-babel \ | 13 | python3-babel \ |
14 | ${PYTHON_PN}-flask \ | 14 | python3-flask \ |
15 | " | 15 | " |