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 <ross.burton@arm.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Ross Burton
2026-08-10 13:21:08 +01:00
committed by Khem Raj
parent df69b83d06
commit 7af186c839
@@ -11,7 +11,7 @@ RDEPENDS:${PN} += "\
python3-crypt \
python3-datetime \
python3-email \
python3-lockfile \
python3-filelock \
python3-json \
python3-logging \
python3-msgpack \