From 58d635407ff3aa9b9170b9624b1156b8d993df73 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Thu, 12 Dec 2024 20:47:59 +0000 Subject: python3-pdm: update to version 2.22.0 Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pdm_2.21.0.bb | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pdm_2.21.0.bb (limited to 'meta-python/recipes-devtools/python/python3-pdm_2.21.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-pdm_2.21.0.bb b/meta-python/recipes-devtools/python/python3-pdm_2.21.0.bb deleted file mode 100644 index d323ae3c69..0000000000 --- a/meta-python/recipes-devtools/python/python3-pdm_2.21.0.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "A modern Python package and dependency manager supporting the latest PEP standards" -HOMEPAGE = "https://pdm-project.org/latest/" -LICENSE = "MIT" -SECTION = "devel/python" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2" - -SRC_URI[sha256sum] = "9c928d6db62d104ab86318fe09aaf9bdfc6f616176af407e4df00f59e001930f" - -inherit pypi python_setuptools_build_meta - -DEPENDS += " \ - python3-pdm-backend-native \ - python3-pdm-build-locked-native \ -" - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf