From 7f698a94631e708c9aca2aa4b092ea36e64fba3e Mon Sep 17 00:00:00 2001 From: Jan Vermaete Date: Tue, 21 May 2024 20:43:06 +0200 Subject: python3-werkzeug: added python3-difflib as RDEPENDS File "/usr/lib/python3.12/site-packages/werkzeug/routing/exceptions.py", line 3, in import difflib ModuleNotFoundError: No module named 'difflib' Signed-off-by: Jan Vermaete Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-werkzeug_3.0.1.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools/python/python3-werkzeug_3.0.1.bb') 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 f8d2769b41..448abe1897 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 @@ -20,4 +20,5 @@ RDEPENDS:${PN} += " \ python3-profile \ python3-compression \ python3-json \ + python3-difflib \ " -- cgit v1.2.3-54-g00ecf