diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask_3.0.2.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-flask_3.0.2.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask_3.0.2.bb b/meta-python/recipes-devtools/python/python3-flask_3.0.2.bb index 7692eb116b..300ca99ddc 100644 --- a/meta-python/recipes-devtools/python/python3-flask_3.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-flask_3.0.2.bb | |||
@@ -16,10 +16,10 @@ inherit pypi python_setuptools_build_meta | |||
16 | CLEANBROKEN = "1" | 16 | CLEANBROKEN = "1" |
17 | 17 | ||
18 | RDEPENDS:${PN} = " \ | 18 | RDEPENDS:${PN} = " \ |
19 | ${PYTHON_PN}-blinker \ | 19 | python3-blinker \ |
20 | ${PYTHON_PN}-click \ | 20 | python3-click \ |
21 | ${PYTHON_PN}-itsdangerous \ | 21 | python3-itsdangerous \ |
22 | ${PYTHON_PN}-jinja2 \ | 22 | python3-jinja2 \ |
23 | ${PYTHON_PN}-profile \ | 23 | python3-profile \ |
24 | ${PYTHON_PN}-werkzeug \ | 24 | python3-werkzeug \ |
25 | " | 25 | " |