From c18cd0263f84ec5f4af75112fd06a82e71c5e33c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 30 Jul 2025 17:03:42 +0100 Subject: [PATCH] python3-docutils: use correct build backend This package uses flit, not setuptools. (From OE-Core rev: 95ab9d4f924bf5cd7ac0e8ac5086dafc90cdd938) Signed-off-by: Ross Burton Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-docutils_0.21.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-docutils_0.21.2.bb b/meta/recipes-devtools/python/python3-docutils_0.21.2.bb index d9f8160913..237cabb195 100644 --- a/meta/recipes-devtools/python/python3-docutils_0.21.2.bb +++ b/meta/recipes-devtools/python/python3-docutils_0.21.2.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=382430a09a4453818aa6618f2090491b" SRC_URI[sha256sum] = "3a6b18732edf182daa3cd12775bbb338cf5691468f91eeeb109deff6ebfa986f" -inherit pypi python_setuptools_build_meta +inherit pypi python_flit_core RDEPENDS:${PN} += " \ python3-pprint \