diff mbox series

[16/20] python3-systemd: use correct Python build backend class

Message ID 20250804211804.344751-16-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:18 p.m. UTC
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-python/recipes-devtools/python/python3-systemd_235.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-systemd_235.bb b/meta-python/recipes-devtools/python/python3-systemd_235.bb
index 3abea5f5f2..6b44751df7 100644
--- a/meta-python/recipes-devtools/python/python3-systemd_235.bb
+++ b/meta-python/recipes-devtools/python/python3-systemd_235.bb
@@ -10,7 +10,7 @@  SRC_URI[sha256sum] = "4e57f39797fd5d9e2d22b8806a252d7c0106c936039d1e71c8c6b8008e
 
 DEPENDS += "systemd (<=235)"
 
-inherit pypi features_check pkgconfig python_setuptools_build_meta
+inherit pypi features_check pkgconfig setuptools3
 
 REQUIRED_DISTRO_FEATURES = "systemd"