From 87aa5c9219b405db364508c09d0edd630c909969 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Tue, 22 Feb 2022 11:16:35 -0800 Subject: python3-git: 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 --- meta/recipes-devtools/python/python3-git_3.1.26.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-git_3.1.26.bb b/meta/recipes-devtools/python/python3-git_3.1.26.bb index b6171a0e4d..8f4b13cc15 100644 --- a/meta/recipes-devtools/python/python3-git_3.1.26.bb +++ b/meta/recipes-devtools/python/python3-git_3.1.26.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8b8d26c37c1d5a04f9b0186edbebc183" PYPI_PACKAGE = "GitPython" -inherit pypi setuptools3 +inherit pypi setuptools_build_meta SRC_URI[sha256sum] = "fc8868f63a2e6d268fb25f481995ba185a85a66fcad126f039323ff6635669ee" -- cgit 1.2.3-korg