summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorJan Vermaete <jan.vermaete@gmail.com>2025-08-13 13:53:49 +0300
committerAnuj Mittal <anuj.mittal@intel.com>2025-09-12 08:15:11 +0800
commitb484df63613b515782bd8deece4ba6465c01b7d1 (patch)
treeace7941d7e3ab993098c8a2c7e36f6579edc5420 /meta-python/recipes-devtools
parentdcef3fff75fe3afa4aa9705f1fa6a10937a61294 (diff)
downloadmeta-openembedded-b484df63613b515782bd8deece4ba6465c01b7d1.tar.gz
python3-werkzeug: added python3-difflib as RDEPENDS
File "/usr/lib/python3.12/site-packages/werkzeug/routing/exceptions.py", line 3, in <module> import difflib ModuleNotFoundError: No module named 'difflib' Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-werkzeug_3.0.6.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-werkzeug_3.0.6.bb b/meta-python/recipes-devtools/python/python3-werkzeug_3.0.6.bb
index 7a56350eeb..5758830cb9 100644
--- a/meta-python/recipes-devtools/python/python3-werkzeug_3.0.6.bb
+++ b/meta-python/recipes-devtools/python/python3-werkzeug_3.0.6.bb
@@ -20,4 +20,5 @@ RDEPENDS:${PN} += " \
20 python3-profile \ 20 python3-profile \
21 python3-compression \ 21 python3-compression \
22 python3-json \ 22 python3-json \
23 python3-difflib \
23" 24"