mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
python3-pyproject-metadata: use correct build backend
This package uses flit, not setuptools. (From OE-Core rev: a29434f87aac2e3e5cacffeac62cd130d9e410cc) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
827bcd4b08
commit
0473ffa836
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=310439af287b0fb4780b2ad6907c256c"
|
||||
PYPI_PACKAGE = "pyproject_metadata"
|
||||
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
inherit pypi python_flit_core
|
||||
|
||||
SRC_URI[sha256sum] = "b8b2253dd1b7062b78cf949a115f02ba7fa4114aabe63fa10528e9e1a954a816"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user