diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-07-30 17:03:42 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-04 18:04:03 +0100 |
| commit | c18cd0263f84ec5f4af75112fd06a82e71c5e33c (patch) | |
| tree | e25949a098a1c862370f345f577c9cdcf1bac80b /meta/recipes-devtools/python/python3-docutils_0.21.2.bb | |
| parent | d3f9ec4092639323c8fd41f6873d61005c305974 (diff) | |
| download | poky-c18cd0263f84ec5f4af75112fd06a82e71c5e33c.tar.gz | |
python3-docutils: use correct build backend
This package uses flit, not setuptools.
(From OE-Core rev: 95ab9d4f924bf5cd7ac0e8ac5086dafc90cdd938)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-docutils_0.21.2.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-docutils_0.21.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
| 6 | 6 | ||
| 7 | SRC_URI[sha256sum] = "3a6b18732edf182daa3cd12775bbb338cf5691468f91eeeb109deff6ebfa986f" | 7 | SRC_URI[sha256sum] = "3a6b18732edf182daa3cd12775bbb338cf5691468f91eeeb109deff6ebfa986f" |
| 8 | 8 | ||
| 9 | inherit pypi python_setuptools_build_meta | 9 | inherit pypi python_flit_core |
| 10 | 10 | ||
| 11 | RDEPENDS:${PN} += " \ | 11 | RDEPENDS:${PN} += " \ |
| 12 | python3-pprint \ | 12 | python3-pprint \ |
