From a6084125942879c6734765bf7ad789885d0af712 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 10 Aug 2026 13:21:18 +0100 Subject: [PATCH] python3-awesomeversion: use correct build backend This package uses hatching. Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-awesomeversion_25.8.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-awesomeversion_25.8.0.bb b/meta-python/recipes-devtools/python/python3-awesomeversion_25.8.0.bb index 338ba7e97a..4fc385128e 100644 --- a/meta-python/recipes-devtools/python/python3-awesomeversion_25.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-awesomeversion_25.8.0.bb @@ -8,4 +8,4 @@ SRC_URI[sha256sum] = "e6cd08c90292a11f30b8de401863dcde7bc66a671d8173f9066ebd15d9 RDEPENDS:${PN} += "python3-profile python3-logging" -inherit pypi python_hatchling python_poetry_core +inherit pypi python_hatchling