diff mbox series

[10/24] python3-autobahn: use correct build backend

Message ID 20260810122130.633299-10-ross.burton@arm.com
State New
Headers show
Series [01/24] python3-pycups: put PV into the filename | expand

Commit Message

Ross Burton Aug. 10, 2026, 12:21 p.m. UTC
This package uses hatchling now.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-python/recipes-devtools/python/python3-autobahn_26.7.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 \