diff mbox series

[02/24] python3-cachecontrol: switch dependency from lockfile to filelock

Message ID 20260810122130.633299-2-ross.burton@arm.com
State New
Headers show
Series [01/24] python3-pycups: put PV into the filename | expand

Commit Message

Ross Burton Aug. 10, 2026, 12:21 p.m. UTC
cachecontrol moved to filelock in 0.12.12[1].

[1] https://github.com/psf/cachecontrol/pull/284

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../recipes-devtools/python/python3-cachecontrol_0.14.3.bb      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 \