From 1ebc11c10379a10ddd974068cdd1ea322114a647 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 8 Mar 2022 16:32:06 +0000 Subject: [PATCH] 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 --- meta/recipes-devtools/python/python3-pyyaml_6.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.40.1