From 4734c77dd512faa3f59335fde7c84d16ba6a2671 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 10 Aug 2026 13:21:28 +0100 Subject: [PATCH] python3-pyrad: use correct build backend This package uses setuptools now. Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pyrad_2.5.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \