From: Ross Burton Date: Wed, 30 Jul 2025 16:03:42 +0000 (+0100) Subject: python3-docutils: use correct build backend X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95ab9d4f924bf5cd7ac0e8ac5086dafc90cdd938;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-docutils: use correct build backend This package uses flit, not setuptools. Signed-off-by: Ross Burton Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- 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 \