mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
python_pep517: use python3-build, not picobuild
Now that the bootstrap sequence for pypa/build is just python3-packaging, and python3-pyproject-hooks, we can use build instead of picobuild. The only change visible outside of this class is that the variable PEP517_PICOBUILD_OPTS is now PEP517_BUILD_OPTS, but I'm only aware of one recipe that used that variable. (From OE-Core rev: 202c2e3c9481a8841af2556862a76e27d703246d) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1faf47e9e6
commit
adedac2b33
@@ -13,7 +13,7 @@ SRC_URI[sha256sum] = "d0f2a8f4bd45dc794befbf5839ecc0fd3830d65a57bd52b5997542fac5
|
||||
inherit pypi python_flit_core
|
||||
|
||||
# Need to install by hand as there's a dependency loop
|
||||
DEPENDS:remove:class-native = " python3-picobuild-native python3-installer-native"
|
||||
DEPENDS:remove:class-native = " python3-build-native python3-installer-native"
|
||||
DEPENDS:append:class-native = " unzip-native"
|
||||
|
||||
# We need the full flit tarball
|
||||
|
||||
Reference in New Issue
Block a user