diff mbox series

[05/10] python3-setuptools-rust: remove distutils dependency

Message ID 20231215075210.3049785-5-alex@linutronix.de
State Accepted, archived
Commit ca452dd6b1b6799cf70dac93f7fac0746d8c43bc
Headers show
Series [01/10] gobject-introspection: depend on setuptools to obtain distutils module | expand

Commit Message

Alexander Kanavin Dec. 15, 2023, 7:52 a.m. UTC
As allowed by https://github.com/PyO3/setuptools-rust/pull/336

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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 a91ee23ca0c..13817cb3150 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"
 DEPENDS += "python3-semantic-version-native"
 
 RDEPENDS:${PN} += " \
-    python3-distutils \
     python3-json \
     python3-semantic-version \
     python3-setuptools \