python3-setuptools-rust: remove distutils dependency

As allowed by https://github.com/PyO3/setuptools-rust/pull/336

(From OE-Core rev: ca452dd6b1b6799cf70dac93f7fac0746d8c43bc)

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2023-12-15 08:52:05 +01:00
committed by Richard Purdie
parent 143686fe48
commit 8c67164341

View File

@@ -22,7 +22,6 @@ DEPENDS += "python3-setuptools-scm-native python3-wheel-native"
DEPENDS += "python3-semantic-version-native"
RDEPENDS:${PN} += " \
python3-distutils \
python3-json \
python3-semantic-version \
python3-setuptools \