diff mbox series

[meta-python,2/9] python3-pdm: Upgrade to 2.19.1

Message ID 20240925062422.3146738-2-raj.khem@gmail.com
State New
Headers show
Series [meta-python,1/9] python3-pydbus: Add missing rdep on xml module for ptests | expand

Commit Message

Khem Raj Sept. 25, 2024, 6:24 a.m. UTC
Add newlt added dependency on python3-pdm-build-locked-native

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../python/{python3-pdm_2.16.1.bb => python3-pdm_2.19.1.bb}    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pdm_2.16.1.bb => python3-pdm_2.19.1.bb} (75%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pdm_2.16.1.bb b/meta-python/recipes-devtools/python/python3-pdm_2.19.1.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-pdm_2.16.1.bb
rename to meta-python/recipes-devtools/python/python3-pdm_2.19.1.bb
index 91ec759386..245e76014e 100644
--- a/meta-python/recipes-devtools/python/python3-pdm_2.16.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pdm_2.19.1.bb
@@ -4,12 +4,13 @@  LICENSE = "MIT"
 SECTION = "devel/python"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2"
 
-SRC_URI[sha256sum] = "b8680028b3aff3af8e15b483467da36bb9f02fcd402cf939da8ab6375d955131"
+SRC_URI[sha256sum] = "7fe235a9cb27b7ec17b762dc85bc9ae71e0776e4b7a8b6f64203f24bb915aa2c"
 
 inherit pypi python_setuptools_build_meta
 
 DEPENDS += " \
     python3-pdm-backend-native \
+    python3-pdm-build-locked-native \
 "
 
 BBCLASSEXTEND = "native nativesdk"