mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-06 08:49:48 +00:00
python3-joblib: upgrade 1.3.2 -> 1.4.0
Changelog: https://github.com/joblib/joblib/releases/tag/1.4.0 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-joblib_1.4.0.bb
Normal file
15
meta-python/recipes-devtools/python/python3-joblib_1.4.0.bb
Normal file
@@ -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 setuptools3 pypi
|
||||
|
||||
SRC_URI[sha256sum] = "1eb0dc091919cd384490de890cb5dfd538410a6d4b3b54eef09fb8c50b409b1c"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-asyncio \
|
||||
python3-json \
|
||||
python3-multiprocessing \
|
||||
python3-pprint \
|
||||
python3-pydoc \
|
||||
"
|
||||
Reference in New Issue
Block a user