diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-flask_2.3.2.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask_2.3.2.bb b/meta-python/recipes-devtools/python/python3-flask_2.3.2.bb index ec9c62a170..c4c1ff7dec 100644 --- a/meta-python/recipes-devtools/python/python3-flask_2.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-flask_2.3.2.bb | |||
@@ -15,9 +15,10 @@ inherit pypi python_setuptools_build_meta | |||
15 | CLEANBROKEN = "1" | 15 | CLEANBROKEN = "1" |
16 | 16 | ||
17 | RDEPENDS:${PN} = " \ | 17 | RDEPENDS:${PN} = " \ |
18 | ${PYTHON_PN}-werkzeug \ | 18 | ${PYTHON_PN}-blinker \ |
19 | ${PYTHON_PN}-jinja2 \ | ||
20 | ${PYTHON_PN}-itsdangerous \ | ||
21 | ${PYTHON_PN}-click \ | 19 | ${PYTHON_PN}-click \ |
20 | ${PYTHON_PN}-itsdangerous \ | ||
21 | ${PYTHON_PN}-jinja2 \ | ||
22 | ${PYTHON_PN}-profile \ | 22 | ${PYTHON_PN}-profile \ |
23 | ${PYTHON_PN}-werkzeug \ | ||
23 | " | 24 | " |