From 7af186c839adcc83f5f4ac91313640961c233fff Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 10 Aug 2026 13:21:08 +0100 Subject: [PATCH] python3-cachecontrol: switch dependency from lockfile to filelock cachecontrol moved to filelock in 0.12.12[1]. [1] https://github.com/psf/cachecontrol/pull/284 Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-cachecontrol_0.14.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-cachecontrol_0.14.3.bb b/meta-python/recipes-devtools/python/python3-cachecontrol_0.14.3.bb index 0ea263b8b5..d617de8ce3 100644 --- a/meta-python/recipes-devtools/python/python3-cachecontrol_0.14.3.bb +++ b/meta-python/recipes-devtools/python/python3-cachecontrol_0.14.3.bb @@ -11,7 +11,7 @@ RDEPENDS:${PN} += "\ python3-crypt \ python3-datetime \ python3-email \ - python3-lockfile \ + python3-filelock \ python3-json \ python3-logging \ python3-msgpack \