Message ID | 20250730160343.4053614-12-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [01/13] classes/python_pep517: centralise shared inherits | expand |
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 d9f81609134..237cabb1958 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 \
This package uses flit, not setuptools. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-devtools/python/python3-docutils_0.21.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)