aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-werkzeug_3.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-werkzeug_3.0.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-werkzeug_3.0.1.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python3-werkzeug_3.0.1.bb b/meta-python/recipes-devtools/python/python3-werkzeug_3.0.1.bb
index 0c3308d650..f8d2769b41 100644
--- a/meta-python/recipes-devtools/python/python3-werkzeug_3.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-werkzeug_3.0.1.bb
@@ -15,9 +15,9 @@ SRC_URI[sha256sum] = "507e811ecea72b18a404947aded4b3390e1db8f826b494d76550ef45bb
inherit pypi python_flit_core
RDEPENDS:${PN} += " \
- ${PYTHON_PN}-markupsafe \
- ${PYTHON_PN}-logging \
- ${PYTHON_PN}-profile \
- ${PYTHON_PN}-compression \
- ${PYTHON_PN}-json \
+ python3-markupsafe \
+ python3-logging \
+ python3-profile \
+ python3-compression \
+ python3-json \
"