mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-30 14:58:26 +00:00
python3-pdm: upgrade 2.15.3 -> 2.15.4
Changelog: ========== - Build wheel from sdist if available, to make sure sdist is built properly. This behavior is consistent with pypa/build. - Fix the issue of self-referencing extra dependencies failing to be resolved for local packages. - Fix an issue of max recursion depth error when parsing a poetry project with circular dependencies on local packages. - Fix a bug that VCS dependencies and --self don't work in the exported requirements.txt with hashes. - Fix a cache miss when there exist built wheels for a given link. - Don't try to store caches when --no-cache is given. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
15
meta-python/recipes-devtools/python/python3-pdm_2.15.4.bb
Normal file
15
meta-python/recipes-devtools/python/python3-pdm_2.15.4.bb
Normal file
@@ -0,0 +1,15 @@
|
||||
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] = "58e225850567dcadce42418db4638996df2b1378cd0830cd48afda1b455d9c72"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
DEPENDS += " \
|
||||
python3-pdm-backend-native \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user