diff options
author | Tim Orling <ticotimo@gmail.com> | 2022-02-22 11:16:41 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-25 15:07:50 +0000 |
commit | 9dcc0b64b330d08b1ef1cf111da509675eb40c42 (patch) | |
tree | de9827027cfc2ea584de30ef131a6b7e3c172f8e | |
parent | ab65a0e4e7f90a5531bf032757f858021a2f8c88 (diff) | |
download | poky-9dcc0b64b330d08b1ef1cf111da509675eb40c42.tar.gz |
python3-pluggy: inherit setuptools_build_meta
Upstream provides a pyproject.toml which while it does not declare the
setuptools.build_meta backend is compatible with it.
[YOCTO #14638]
(From OE-Core rev: eedaa55ee5a7bec884e2deb4e39a7b737550f2f1)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-pluggy_1.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-pluggy_1.0.0.bb b/meta/recipes-devtools/python/python3-pluggy_1.0.0.bb index 14a7ccb0b0..73bbcb0269 100644 --- a/meta/recipes-devtools/python/python3-pluggy_1.0.0.bb +++ b/meta/recipes-devtools/python/python3-pluggy_1.0.0.bb | |||
@@ -10,7 +10,7 @@ RDEPENDS:${PN} += "${PYTHON_PN}-importlib-metadata \ | |||
10 | ${PYTHON_PN}-more-itertools \ | 10 | ${PYTHON_PN}-more-itertools \ |
11 | " | 11 | " |
12 | 12 | ||
13 | inherit pypi ptest setuptools3 | 13 | inherit pypi ptest setuptools_build_meta |
14 | 14 | ||
15 | SRC_URI += " \ | 15 | SRC_URI += " \ |
16 | file://run-ptest \ | 16 | file://run-ptest \ |