From: Ross Burton Date: Tue, 23 Jul 2024 14:51:22 +0000 (+0100) Subject: python3-pyasn1: use python_setuptools_build_meta build class X-Git-Tag: yocto-5.2~2292 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b12da0cbaf8d738a8c12cd939f705e65b2e5d41a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-pyasn1: 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-pyasn1_0.6.0.bb b/meta/recipes-devtools/python/python3-pyasn1_0.6.0.bb index c321f4e58e5..7237557f444 100644 --- a/meta/recipes-devtools/python/python3-pyasn1_0.6.0.bb +++ b/meta/recipes-devtools/python/python3-pyasn1_0.6.0.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=190f79253908c986e6cacf380c3a5f6d" SRC_URI[sha256sum] = "3a35ab2c4b5ef98e17dfdec8ab074046fbda76e281c5a706ccd82328cfc8f64c" -inherit pypi setuptools3 pytest +inherit pypi python_setuptools_build_meta ptest RDEPENDS:${PN}:class-target += " \ python3-codecs \