From: Tim Orling Date: Tue, 22 Feb 2022 19:16:38 +0000 (-0800) Subject: python3-zipp: inherit setuptools_build_meta X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~5066 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a6846d5c9ebc972d7ebae0363834b0b371840d4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-zipp: inherit setuptools_build_meta Upstream provides a pyproject.toml which declares the setuptools.build_meta backend for PEP-517 packaging. [YOCTO #14638] Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-zipp_3.7.0.bb b/meta/recipes-devtools/python/python3-zipp_3.7.0.bb index 9ce987c8702..d0f936faf7c 100644 --- a/meta/recipes-devtools/python/python3-zipp_3.7.0.bb +++ b/meta/recipes-devtools/python/python3-zipp_3.7.0.bb @@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "9f50f446828eb9d45b267433fd3e9da8d801f614129124863f9c51ebce DEPENDS += "${PYTHON_PN}-setuptools-scm-native" -inherit pypi setuptools3 +inherit pypi setuptools_build_meta DEPENDS += "${PYTHON_PN}-toml-native"