summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-12-15 08:52:05 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-12-21 10:38:29 +0000
commit8c67164341d82d7c65380b70a133e8da92ddc9cd (patch)
tree6b51ad090b4f35fc115e8f8d2b28221c88289e3d /meta/recipes-devtools
parent143686fe486993f9df6c20a0b5774836e798130f (diff)
downloadpoky-8c67164341d82d7c65380b70a133e8da92ddc9cd.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb b/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb
index a91ee23ca0..13817cb315 100644
--- a/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb
+++ b/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb
@@ -22,7 +22,6 @@ DEPENDS += "python3-setuptools-scm-native python3-wheel-native"
22DEPENDS += "python3-semantic-version-native" 22DEPENDS += "python3-semantic-version-native"
23 23
24RDEPENDS:${PN} += " \ 24RDEPENDS:${PN} += " \
25 python3-distutils \
26 python3-json \ 25 python3-json \
27 python3-semantic-version \ 26 python3-semantic-version \
28 python3-setuptools \ 27 python3-setuptools \