diff mbox series

[meta-python,scarthgap] python3-werkzeug: added python3-difflib as RDEPENDS

Message ID 20250813105349.3478967-1-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,scarthgap] python3-werkzeug: added python3-difflib as RDEPENDS | expand

Commit Message

Leon Anavi Aug. 13, 2025, 10:53 a.m. UTC
From: Jan Vermaete <jan.vermaete@gmail.com>

  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>
---
 meta-python/recipes-devtools/python/python3-werkzeug_3.0.6.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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} += " \
     python3-profile \
     python3-compression \
     python3-json \
+    python3-difflib \
 "