summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-py_1.11.0.bb
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2022-02-22 11:16:40 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-25 15:07:50 +0000
commitab65a0e4e7f90a5531bf032757f858021a2f8c88 (patch)
tree648db56b9ca6d6caa59c7ce96e2702530bdedd8f /meta/recipes-devtools/python/python3-py_1.11.0.bb
parent387e7c44269dec53b8acfcbbf6c47e0db37472d2 (diff)
downloadpoky-ab65a0e4e7f90a5531bf032757f858021a2f8c88.tar.gz
python3-py: inherit setuptools_build_meta
Upstreama provides a pyproject.toml which declares the setuptools.build_meta backend for PEP-517 packaging. [YOCTO #14638] (From OE-Core rev: 32177ae33ab275e9d512e0d4c85773bfbc10a44c) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-py_1.11.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-py_1.11.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-py_1.11.0.bb b/meta/recipes-devtools/python/python3-py_1.11.0.bb
index f8be3935e5..02027248f4 100644
--- a/meta/recipes-devtools/python/python3-py_1.11.0.bb
+++ b/meta/recipes-devtools/python/python3-py_1.11.0.bb
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4
7 7
8DEPENDS += "${PYTHON_PN}-setuptools-scm-native" 8DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
9 9
10inherit pypi setuptools3 10inherit pypi setuptools_build_meta
11 11
12BBCLASSEXTEND = "native nativesdk" 12BBCLASSEXTEND = "native nativesdk"
13 13