From f836bddebba46f00a38a45322f4b8bff601cee9f Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 10 Aug 2026 13:21:16 +0100 Subject: [PATCH] python3-autobahn: use correct build backend This package uses hatchling now. Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-autobahn_26.7.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-autobahn_26.7.1.bb b/meta-python/recipes-devtools/python/python3-autobahn_26.7.1.bb index 7829a0e149..2274abcff2 100644 --- a/meta-python/recipes-devtools/python/python3-autobahn_26.7.1.bb +++ b/meta-python/recipes-devtools/python/python3-autobahn_26.7.1.bb @@ -9,7 +9,7 @@ SRC_URI[sha256sum] = "c6949a2c6eb95fb1c218837dbda0a59abbbebafb8b11098551c01a7061 CVE_PRODUCT = "autobahn" -inherit pypi python_hatchling python_setuptools_build_meta +inherit pypi python_hatchling DEPENDS += " \ python3-cffi-native \