From 8c67164341d82d7c65380b70a133e8da92ddc9cd Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 15 Dec 2023 08:52:05 +0100 Subject: [PATCH] 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 Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb | 1 - 1 file changed, 1 deletion(-) 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" DEPENDS += "python3-semantic-version-native" RDEPENDS:${PN} += " \ - python3-distutils \ python3-json \ python3-semantic-version \ python3-setuptools \