From: Ross Burton Date: Tue, 23 Jul 2024 14:51:23 +0000 (+0100) Subject: python3-beartype: use python_setuptools_build_meta build class X-Git-Tag: yocto-5.2~2291 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6eec9c50f72e016a6a14616ef4eb00a367196b88;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-beartype: use python_setuptools_build_meta build class This package can be built using pep517 classes now. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-beartype_0.18.5.bb b/meta/recipes-devtools/python/python3-beartype_0.18.5.bb index 00554dd60c5..95d947c90ee 100644 --- a/meta/recipes-devtools/python/python3-beartype_0.18.5.bb +++ b/meta/recipes-devtools/python/python3-beartype_0.18.5.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e71f94261c1b39896cacacfeaf60560e" SRC_URI[sha256sum] = "264ddc2f1da9ec94ff639141fbe33d22e12a9f75aa863b83b7046ffff1381927" -inherit setuptools3 pypi +inherit pypi python_setuptools_build_meta RDEPENDS:${PN} += "python3-numbers python3-io"