[PATCH 14/24] python3-cachecontrol: use correct build backend
Ross Burton <[email protected]>
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
This package uses flit now. 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 d617de8ce3..b32b6fe34b 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 @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=6572692148079ebbbd800be4b9f36c6d" SRC_URI[sha256sum] = "73e7efec4b06b20d9267b441c1f733664f989fb8688391b670ca812d70795d11" -inherit pypi python_poetry_core +inherit pypi python_flit_core RDEPENDS:${PN} += "\ python3-crypt \ -- 2.43.0