From: Ross Burton Date: Tue, 8 Mar 2022 16:32:06 +0000 (+0000) Subject: python3-pyyaml: use setuptools_build_meta X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1ebc11c10379a10ddd974068cdd1ea322114a647;p=openembedded-core.git python3-pyyaml: use setuptools_build_meta This project builds with setuptools_build_meta, so use that instead. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-pyyaml_6.0.bb b/meta/recipes-devtools/python/python3-pyyaml_6.0.bb index 2df0e649f0..6fe726110d 100644 --- a/meta/recipes-devtools/python/python3-pyyaml_6.0.bb +++ b/meta/recipes-devtools/python/python3-pyyaml_6.0.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=6d8242660a8371add5fe547adf083079" PYPI_PACKAGE = "PyYAML" -inherit pypi setuptools3 +inherit pypi setuptools_build_meta SRC_URI[sha256sum] = "68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"