diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-12-15 08:52:26 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-12-18 22:17:20 -0800 |
commit | bd51af4c16cc79fb7a47a71b989939fc9ba916d2 (patch) | |
tree | 71ac5075a5ab09bd3809fa1378c7d68633629a60 /meta-python | |
parent | 7b927732c6513d8fcd67e81fc33376921ec5f59f (diff) | |
download | meta-openembedded-bd51af4c16cc79fb7a47a71b989939fc9ba916d2.tar.gz |
python3-joblib: do not rely in distutils
Upstream has removed the dependency as of 1.3.0:
https://github.com/joblib/joblib/blob/master/CHANGES.rst
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-joblib_1.3.2.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-joblib_1.3.2.bb b/meta-python/recipes-devtools/python/python3-joblib_1.3.2.bb index fe1e68c5ad..d68b40e384 100644 --- a/meta-python/recipes-devtools/python/python3-joblib_1.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-joblib_1.3.2.bb | |||
@@ -8,7 +8,6 @@ SRC_URI[sha256sum] = "92f865e621e17784e7955080b6d042489e3b8e294949cc44c6eac304f5 | |||
8 | 8 | ||
9 | RDEPENDS:${PN} += " \ | 9 | RDEPENDS:${PN} += " \ |
10 | python3-asyncio \ | 10 | python3-asyncio \ |
11 | python3-distutils \ | ||
12 | python3-json \ | 11 | python3-json \ |
13 | python3-multiprocessing \ | 12 | python3-multiprocessing \ |
14 | python3-pprint \ | 13 | python3-pprint \ |