diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-08-04 22:18:04 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-08-04 17:32:07 -0700 |
| commit | 5e7559a17fc29d53ec1538d2c66507e4b06b31ae (patch) | |
| tree | 752322eaf65384287f78284c0f15fdecacb30361 | |
| parent | e9c44053f7aa8a7b94c0c782883b225081e1259e (diff) | |
| download | meta-openembedded-5e7559a17fc29d53ec1538d2c66507e4b06b31ae.tar.gz | |
python3-typer: use correct Python build backend class
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-typer_0.16.0.bb | 7 |
1 files changed, 1 insertions, 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" | |||
| 9 | 9 | ||
| 10 | SRC_URI[sha256sum] = "af377ffaee1dbe37ae9440cb4e8f11686ea5ce4e9bae01b84ae7c63b87f1dd3b" | 10 | SRC_URI[sha256sum] = "af377ffaee1dbe37ae9440cb4e8f11686ea5ce4e9bae01b84ae7c63b87f1dd3b" |
| 11 | 11 | ||
| 12 | inherit pypi python_setuptools_build_meta ptest | 12 | inherit pypi python_pdm ptest |
| 13 | |||
| 14 | DEPENDS += "\ | ||
| 15 | python3-pdm-backend-native \ | ||
| 16 | python3-pdm-native \ | ||
| 17 | " | ||
| 18 | 13 | ||
| 19 | SRC_URI:append = " \ | 14 | SRC_URI:append = " \ |
| 20 | file://run-ptest \ | 15 | file://run-ptest \ |
