From eb6f55cae6029d1f55103a0c6f3bf2360d9d9963 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 23 Jul 2024 15:51:22 +0100 Subject: python3-pyasn1: use python_setuptools_build_meta build class This package can be built using pep517 classes now. (From OE-Core rev: b12da0cbaf8d738a8c12cd939f705e65b2e5d41a) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pyasn1_0.6.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/python') 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 c321f4e58e..7237557f44 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 \ -- cgit v1.2.3-54-g00ecf