From 5e7559a17fc29d53ec1538d2c66507e4b06b31ae Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 4 Aug 2025 22:18:04 +0100 Subject: [PATCH] python3-typer: use correct Python build backend class Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-typer_0.16.0.bb | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-typer_0.16.0.bb b/meta-python/recipes-devtools/python/python3-typer_0.16.0.bb index 5295d2213e..794e0adaa1 100644 --- a/meta-python/recipes-devtools/python/python3-typer_0.16.0.bb +++ b/meta-python/recipes-devtools/python/python3-typer_0.16.0.bb @@ -9,12 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=173d405eb704b1499218013178722617" SRC_URI[sha256sum] = "af377ffaee1dbe37ae9440cb4e8f11686ea5ce4e9bae01b84ae7c63b87f1dd3b" -inherit pypi python_setuptools_build_meta ptest - -DEPENDS += "\ - python3-pdm-backend-native \ - python3-pdm-native \ -" +inherit pypi python_pdm ptest SRC_URI:append = " \ file://run-ptest \