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>
This commit is contained in:
Alexander Kanavin
2023-12-15 08:52:26 +01:00
committed by Khem Raj
parent 7b927732c6
commit bd51af4c16

View File

@@ -8,7 +8,6 @@ SRC_URI[sha256sum] = "92f865e621e17784e7955080b6d042489e3b8e294949cc44c6eac304f5
RDEPENDS:${PN} += " \
python3-asyncio \
python3-distutils \
python3-json \
python3-multiprocessing \
python3-pprint \