diff options
author | Tim Orling <ticotimo@gmail.com> | 2022-02-22 11:16:56 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-25 15:07:51 +0000 |
commit | d2189f178a5579a4d8327f928feed3653339b53f (patch) | |
tree | ca08337cc909e723b934a1148b12e7668ee54303 /meta/recipes-devtools | |
parent | 390f3e6a32f50afbb300728e32fa15b4ef2b1890 (diff) | |
download | poky-d2189f178a5579a4d8327f928feed3653339b53f.tar.gz |
python3-mako: inherit setuptools_build_meta
Upstream provides a pyproject.toml which declares the
setuptools.build_meta backend for PEP-517 packaging.
[YOCTO #14638]
(From OE-Core rev: 5d591c6a498f2667f61147f30dc441856567825a)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python3-mako_1.1.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-mako_1.1.6.bb b/meta/recipes-devtools/python/python3-mako_1.1.6.bb index ec8c9cc12a..23e13cff94 100644 --- a/meta/recipes-devtools/python/python3-mako_1.1.6.bb +++ b/meta/recipes-devtools/python/python3-mako_1.1.6.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=943eb67718222db21d44a4ef1836675f" | |||
6 | 6 | ||
7 | PYPI_PACKAGE = "Mako" | 7 | PYPI_PACKAGE = "Mako" |
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools_build_meta |
10 | 10 | ||
11 | SRC_URI[sha256sum] = "4e9e345a41924a954251b95b4b28e14a301145b544901332e658907a7464b6b2" | 11 | SRC_URI[sha256sum] = "4e9e345a41924a954251b95b4b28e14a301145b544901332e658907a7464b6b2" |
12 | 12 | ||