[PATCH 02/24] python3-cachecontrol: switch dependency from lockfile to filelock
Ross Burton <[email protected]>
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
cachecontrol moved to filelock in 0.12.12[1]. [1] https://github.com/psf/cachecontrol/pull/284 Signed-off-by: Ross Burton <[email protected]> --- .../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 \ -- 2.43.0