From e1490a8ea58c70191bbdb756f0aeba3638b8e3bc Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 3 Sep 2025 17:02:57 +0800 Subject: python3-joblib: upgrade 1.5.1 -> 1.5.2 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-joblib_1.5.2.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-joblib_1.5.2.bb (limited to 'meta-python/recipes-devtools/python/python3-joblib_1.5.2.bb') diff --git a/meta-python/recipes-devtools/python/python3-joblib_1.5.2.bb b/meta-python/recipes-devtools/python/python3-joblib_1.5.2.bb new file mode 100644 index 0000000000..cfb8357653 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-joblib_1.5.2.bb @@ -0,0 +1,15 @@ +SUMMARY = "Joblib is a set of tools to provide lightweight pipelining in Python." +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2e481820abf0a70a18011a30153df066" + +inherit python_setuptools_build_meta pypi + +SRC_URI[sha256sum] = "3faa5c39054b2f03ca547da9b2f52fde67c06240c31853f306aea97f13647b55" + +RDEPENDS:${PN} += " \ + python3-asyncio \ + python3-json \ + python3-multiprocessing \ + python3-pprint \ + python3-pydoc \ +" -- cgit v1.2.3-54-g00ecf