]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-setuptools-rust: remove distutils dependency
authorAlexander Kanavin <alex.kanavin@gmail.com>
Fri, 15 Dec 2023 07:52:05 +0000 (08:52 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Dec 2023 12:02:10 +0000 (12:02 +0000)
As allowed by https://github.com/PyO3/setuptools-rust/pull/336

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>
meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb

index a91ee23ca0cb82401262491eb8f6c872fbb259c3..13817cb31506e765f7be05ad9c9ae23b58069e0a 100644 (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 \