diff mbox series

[10/20] python3-itsdangerous: use correct Python build backend class

Message ID 20250804211804.344751-10-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>
---
 .../recipes-devtools/python/python3-itsdangerous_2.2.0.bb       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-itsdangerous_2.2.0.bb b/meta-python/recipes-devtools/python/python3-itsdangerous_2.2.0.bb
index fc43e2854d..efa88f9a43 100644
--- a/meta-python/recipes-devtools/python/python3-itsdangerous_2.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-itsdangerous_2.2.0.bb
@@ -5,7 +5,7 @@  LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4cda9a0ebd516714f360b0e9418cfb37"
 
 SRC_URI[sha256sum] = "e0050c0b7da1eea53ffaf149c0cfbb5c6e2e2b69c4bef22c81fa6eb73e5f6173"
 
-inherit pypi python_setuptools_build_meta
+inherit pypi python_flit_core
 
 CLEANBROKEN = "1"