summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-python/recipes-devtools/python/python3-flask_3.0.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-flask_3.0.2.bb')
-rw-r--r--meta-openembedded/meta-python/recipes-devtools/python/python3-flask_3.0.2.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-flask_3.0.2.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-flask_3.0.2.bb
index 7692eb116b..300ca99ddc 100644
--- a/meta-openembedded/meta-python/recipes-devtools/python/python3-flask_3.0.2.bb
+++ b/meta-openembedded/meta-python/recipes-devtools/python/python3-flask_3.0.2.bb
@@ -16,10 +16,10 @@ inherit pypi python_setuptools_build_meta
CLEANBROKEN = "1"
RDEPENDS:${PN} = " \
- ${PYTHON_PN}-blinker \
- ${PYTHON_PN}-click \
- ${PYTHON_PN}-itsdangerous \
- ${PYTHON_PN}-jinja2 \
- ${PYTHON_PN}-profile \
- ${PYTHON_PN}-werkzeug \
+ python3-blinker \
+ python3-click \
+ python3-itsdangerous \
+ python3-jinja2 \
+ python3-profile \
+ python3-werkzeug \
"