summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2022-02-22 11:16:35 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-25 15:07:50 +0000
commit5ebeb2b7c83beb61f8b0894407f9cd6fdb6292c3 (patch)
treeb4ff48ac18995b4140f53a233b0a94f7faf1fac9 /meta/recipes-devtools/python
parent7946504e8e922af61cf70c0098f899bc008fe13e (diff)
downloadpoky-5ebeb2b7c83beb61f8b0894407f9cd6fdb6292c3.tar.gz
python3-git: 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: 87aa5c9219b405db364508c09d0edd630c909969) 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')
-rw-r--r--meta/recipes-devtools/python/python3-git_3.1.26.bb2
1 files changed, 1 insertions, 1 deletions
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"
10 10
11PYPI_PACKAGE = "GitPython" 11PYPI_PACKAGE = "GitPython"
12 12
13inherit pypi setuptools3 13inherit pypi setuptools_build_meta
14 14
15SRC_URI[sha256sum] = "fc8868f63a2e6d268fb25f481995ba185a85a66fcad126f039323ff6635669ee" 15SRC_URI[sha256sum] = "fc8868f63a2e6d268fb25f481995ba185a85a66fcad126f039323ff6635669ee"
16 16