diff mbox series

[22/24] python3-pyrad: use correct build backend

Message ID 20260810122130.633299-22-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 setuptools now.

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pyrad_2.5.4.bb b/meta-python/recipes-devtools/python/python3-pyrad_2.5.4.bb
index 404e26381b..96cadcbf43 100644
--- a/meta-python/recipes-devtools/python/python3-pyrad_2.5.4.bb
+++ b/meta-python/recipes-devtools/python/python3-pyrad_2.5.4.bb
@@ -6,7 +6,7 @@  LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=53dbfa56f61b90215a
 PYPI_PACKAGE = "pyrad"
 SRC_URI[sha256sum] = "e039c48a026c988d49276bd7c75795f55e0e4c2788f7ddf09419ce0e191a154d"
 
-inherit pypi python_poetry_core
+inherit pypi python_setuptools_build_meta
 
 RDEPENDS:${PN} += " \
     python3-crypt \