diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-07-30 17:03:37 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-04 18:04:03 +0100 |
| commit | dcbfa83f5c7248008e607fb00a8cd3ccdb771fe0 (patch) | |
| tree | 9f5fd7071de336f6381e6041cc69a87e34c34df3 /meta | |
| parent | c30b49a0feff9577a40adbf46f115b9ee4472709 (diff) | |
| download | poky-dcbfa83f5c7248008e607fb00a8cd3ccdb771fe0.tar.gz | |
python3-pdm: use new python_pdm class
Instead of using the setuptoools class but not using setuptools, use the
new python_pdm class.
(From OE-Core rev: 70510190463df42db0424d44ebf96d42f4ba4add)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pdm_2.25.4.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-pdm_2.25.4.bb b/meta/recipes-devtools/python/python3-pdm_2.25.4.bb index 1e25e18974..da77ed8f6c 100644 --- a/meta/recipes-devtools/python/python3-pdm_2.25.4.bb +++ b/meta/recipes-devtools/python/python3-pdm_2.25.4.bb | |||
| @@ -6,10 +6,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2" | |||
| 6 | 6 | ||
| 7 | SRC_URI[sha256sum] = "bd655d789429928d6e27ff6693c19c82bc81aa75ba51d7b1c6102d039c8f211c" | 7 | SRC_URI[sha256sum] = "bd655d789429928d6e27ff6693c19c82bc81aa75ba51d7b1c6102d039c8f211c" |
| 8 | 8 | ||
| 9 | inherit pypi python_setuptools_build_meta | 9 | inherit pypi python_pdm |
| 10 | 10 | ||
| 11 | DEPENDS += " \ | 11 | DEPENDS += " \ |
| 12 | python3-pdm-backend-native \ | ||
| 13 | python3-pdm-build-locked-native \ | 12 | python3-pdm-build-locked-native \ |
| 14 | " | 13 | " |
| 15 | 14 | ||
