diff mbox series

[14/20] python3-simpleeval: use correct Python build backend class

Message ID 20250804211804.344751-14-ross.burton@arm.com
State Accepted
Headers show
Series [01/20] python3-jsonref: use correct Python build backend class | expand

Commit Message

Ross Burton Aug. 4, 2025, 9:17 p.m. UTC
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-python/recipes-devtools/python/python3-simpleeval_1.0.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-simpleeval_1.0.3.bb b/meta-python/recipes-devtools/python/python3-simpleeval_1.0.3.bb
index b4dc82bfb3..39178d3efd 100644
--- a/meta-python/recipes-devtools/python/python3-simpleeval_1.0.3.bb
+++ b/meta-python/recipes-devtools/python/python3-simpleeval_1.0.3.bb
@@ -5,7 +5,7 @@  LIC_FILES_CHKSUM = "file://LICENCE;md5=83843c8f0f3beb18af2f282faecbdebe"
 
 SRC_URI[sha256sum] = "67bbf246040ac3b57c29cf048657b9cf31d4e7b9d6659684daa08ca8f1e45829"
 
-inherit pypi python_setuptools_build_meta python_hatchling ptest-python-pytest
+inherit pypi python_hatchling ptest-python-pytest
 
 BBCLASSEXTEND = "native nativesdk"